ref: e2483d56c473d232b8c653988bc84f8a5c5da635
parent: 9c7ea86c2726915fe48170117e4ab3f0247b7934
author: cbagwell <cbagwell>
date: Thu Jan 18 21:58:13 EST 2007
Do not install stconfig.h since its not meant to be used by external applications.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@
bin_PROGRAMS = sox
bin_SCRIPTS = libst-config
lib_LTLIBRARIES = libst.la
-include_HEADERS = st.h stconfig.h ststdint.h
+include_HEADERS = st.h ststdint.h
dist_pkgdata_DATA = skeleff.lua skelform.lua
formats = 8svx.c adpcm.c adpcm.h adpcms.c adpcms.h aiff.c au.c auto.c avr.c \
@@ -18,8 +18,8 @@
cdr.c cvsd.c cvsdfilt.h dat.c flac.c g711.c g711.h g721.c \
g723_16.c g723_24.c g723_40.c g72x.c g72x.h gsm.c hcom.c \
ima_rw.c ima_rw.h maud.c mp3.c nulfile.c prc.c \
- raw.c sf.c sfircam.h skelform.c smp.c sndrtool.c sphere.c tx16w.c voc.c \
- vorbis.c vox.c wav.c wav.h wve.c xa.c
+ raw.c sf.c sfircam.h skelform.c smp.c sndrtool.c sphere.c tx16w.c \
+ voc vorbis.c vox.c wav.c wav.h wve.c xa.c
effects = avg.c band.c bandpass.c biquad.c biquad.h biquadlh.c breject.c \
btrworth.c btrworth.h chorus.c compand.c dcshift.c deemphas.c \
@@ -30,8 +30,9 @@
silence.c skeleff.c speed.c stat.c stretch.c swap.c synth.c tone.c \
trim.c vibro.c vol.c
-libst_la_SOURCES = $(formats) $(effects) alsa.c oss.c sunaudio.c handlers.c misc.c \
- st_i.h stio.c stlua.c util.c xmalloc.c xmalloc.h getopt.c getopt1.c getopt.h
+libst_la_SOURCES = $(formats) $(effects) alsa.c oss.c sunaudio.c handlers.c \
+ misc.c st_i.h stio.c stlua.c util.c xmalloc.c xmalloc.h \
+ getopt.c getopt1.c getopt.h stconfig.h
sox_SOURCES = sox.c
sox_LDADD = libst.la libgsm/libgsm.la $(LUA_LIBS)