install headers to allow plugins (formats) in other projects

This commit is contained in:
zimoch
2010-06-09 07:44:51 +00:00
parent 8c10e5395c
commit 95bf2c78c2

View File

@ -32,6 +32,11 @@ SOURCES += $(wildcard src/Stream*.cc)
SOURCES += src/StreamVersion.c
SOURCES_3.14 += src/devcalcoutStream.c
HEADERS += StreamFormat.h
HEADERS += StreamFormatConverter.h
HEADERS += StreamBuffer.h
HEADERS += StreamError.h
ifeq (${EPICS_BASETYPE},3.13)
USR_INCLUDES += -include $(INSTALL_INCLUDE)/compat3_13.h
endif