add export.h

This commit is contained in:
Josh Coalson
2002-10-16 22:04:53 +00:00
parent db404d3478
commit 9bfe7572d7
4 changed files with 5 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ flaccppinclude_HEADERS = \
all.h \
decoder.h \
encoder.h \
export.h \
metadata.h

View File

@@ -21,6 +21,7 @@ flaccincludedir = $(includedir)/FLAC
flaccinclude_HEADERS = \
all.h \
assert.h \
export.h \
file_decoder.h \
file_encoder.h \
format.h \

View File

@@ -21,4 +21,5 @@ oggflaccppincludedir = $(includedir)/OggFLAC++
oggflaccppinclude_HEADERS = \
all.h \
decoder.h \
encoder.h
encoder.h \
export.h

View File

@@ -23,5 +23,6 @@ oggflaccincludedir = $(includedir)/OggFLAC
oggflaccinclude_HEADERS = \
all.h \
export.h \
stream_decoder.h \
stream_encoder.h