gst/speexresample/Makefile.am: Add missing file.
authorSebastian Dröge <slomo@circular-chaos.org>
Tue, 20 Nov 2007 12:56:00 +0000 (12:56 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 20 Nov 2007 12:56:00 +0000 (12:56 +0000)
Original commit message from CVS:
* gst/speexresample/Makefile.am:
Add missing file.

gst/speexresample/Makefile.am [new file with mode: 0644]

diff --git a/gst/speexresample/Makefile.am b/gst/speexresample/Makefile.am
new file mode 100644 (file)
index 0000000..32cdb91
--- /dev/null
@@ -0,0 +1,30 @@
+plugin_LTLIBRARIES = libgstspeexresample.la
+
+libgstspeexresample_la_SOURCES = \
+       gstspeexresample.c \
+       speex_resampler_int.c \
+       speex_resampler_float.c
+
+libgstspeexresample_la_CFLAGS = \
+       $(GST_PLUGINS_BASE_CFLAGS) \
+       $(GST_BASE_CFLAGS) \
+       $(GST_CFLAGS)
+
+libgstspeexresample_la_LIBADD = \
+       $(GST_PLUGINS_BASE_LIBS) \
+       $(GST_BASE_LIBS) \
+       $(GST_LIBS) \
+       -lgstaudio-$(GST_MAJORMINOR) \
+       $(LIBM)
+
+libgstspeexresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = \
+       arch.h \
+       fixed_generic.h \
+       gstspeexresample.h \
+       speex_resampler.h
+
+EXTRA_DIST = \
+       resample.c
+