add export.h
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 16 Oct 2002 22:04:53 +0000 (22:04 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 16 Oct 2002 22:04:53 +0000 (22:04 +0000)
include/FLAC++/Makefile.am
include/FLAC/Makefile.am
include/OggFLAC++/Makefile.am
include/OggFLAC/Makefile.am

index d787b87..e631a7d 100644 (file)
@@ -22,4 +22,5 @@ flaccppinclude_HEADERS = \
        all.h \
        decoder.h \
        encoder.h \
+       export.h \
        metadata.h
index 4c4a276..965b076 100644 (file)
@@ -21,6 +21,7 @@ flaccincludedir = $(includedir)/FLAC
 flaccinclude_HEADERS = \
        all.h \
        assert.h \
+       export.h \
        file_decoder.h \
        file_encoder.h \
        format.h \
index 75aad71..59e7049 100644 (file)
@@ -21,4 +21,5 @@ oggflaccppincludedir = $(includedir)/OggFLAC++
 oggflaccppinclude_HEADERS = \
        all.h \
        decoder.h \
-       encoder.h
+       encoder.h \
+       export.h
index 7021a14..0d82186 100644 (file)
@@ -23,5 +23,6 @@ oggflaccincludedir = $(includedir)/OggFLAC
 
 oggflaccinclude_HEADERS = \
        all.h \
+       export.h \
        stream_decoder.h \
        stream_encoder.h