fft-example: re-add Makefile.am
authorStefan Sauer <ensonic@users.sf.net>
Sun, 4 Dec 2011 12:43:06 +0000 (13:43 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 4 Dec 2011 12:43:06 +0000 (13:43 +0100)
tests/examples/fft/Makefile.am [new file with mode: 0644]

diff --git a/tests/examples/fft/Makefile.am b/tests/examples/fft/Makefile.am
new file mode 100644 (file)
index 0000000..c71f18d
--- /dev/null
@@ -0,0 +1,6 @@
+
+noinst_PROGRAMS = fftrange
+fftrange_SOURCES = fftrange.c
+fftrange_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
+fftrange_LDADD = $(GST_PLUGINS_BASE_LIBS) -lgstfft-$(GST_MAJORMINOR) $(GST_LIBS)
+