diff options
author | B. Bogart <bbogart@users.sourceforge.net> | 2005-08-13 01:16:59 +0000 |
---|---|---|
committer | B. Bogart <bbogart@users.sourceforge.net> | 2005-08-13 01:16:59 +0000 |
commit | 5e05f47d61ebad8aee6c3831912b21ad5dcc36e3 (patch) | |
tree | b8793d1908e5c2ce256e886357cbcb86e1b768b9 /include/Makefile.am |
Initial commit of readanysf~ 0.13.1 for Augustsvn2git-root
svn path=/trunk/externals/august/readanysf~/; revision=3426
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..f82066e --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,21 @@ +## Process this file with automake to produce Makefile.in + +## Created by Anjuta - will be overwritten +## If you don't want it to overwrite it, +## Please disable it in the Anjuta project configuration + +readanysf_includedir = $(pkgincludedir) + +readanysf_include_DATA = \ + Fifo.h\ + Input.h\ + InputFile.h\ + InputStream.h\ + Readsf.h\ + ReadRaw.h\ + generic.h\ + main.h\ + ReadMad.h\ + ReadVorbis.h + +EXTRA_DIST = $(readanysf_include_DATA) |