fft-example: re-add Makefile.am

This commit is contained in:
Stefan Sauer 2011-12-04 13:43:06 +01:00
parent f4213c5e85
commit 5398950012

View file

@ -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)