1AM_CPPFLAGS = -Wall
2
3noinst_LTLIBRARIES = libbyteio.la
4
5libbyteio_la_SOURCES = \
6	byteio.cpp \
7	byteio.h \
8	prehdr.cpp \
9	prehdr.h
10
11