diff options
Diffstat (limited to 'include/share/Makefile.am')
-rw-r--r-- | include/share/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/share/Makefile.am b/include/share/Makefile.am new file mode 100644 index 0000000..a6a3ca0 --- /dev/null +++ b/include/share/Makefile.am @@ -0,0 +1,17 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = grabbag + +EXTRA_DIST = \ + alloc.h \ + compat.h \ + endswap.h \ + getopt.h \ + grabbag.h \ + macros.h \ + private.h \ + replaygain_analysis.h \ + replaygain_synthesis.h \ + safe_str.h \ + utf8.h \ + win_utf8_io.h |