added header files to _SOURCES.

This commit is contained in:
crs
2002-06-22 17:31:24 +00:00
parent 6c6afcc8cb
commit 4e37691a9c
8 changed files with 70 additions and 11 deletions

View File

@@ -10,6 +10,14 @@ libio_a_SOURCES = \
COutputStreamFilter.cpp \
CStreamBuffer.cpp \
XIO.cpp \
CBufferedInputStream.h \
CBufferedOutputStream.h \
CInputStreamFilter.h \
COutputStreamFilter.h \
CStreamBuffer.h \
IInputStream.h \
IOutputStream.h \
XIO.h \
$(NULL)
INCLUDES = \
-I$(DEPTH)/base \