diff options
Diffstat (limited to 'gst/smoothwave/Makefile.am')
-rw-r--r-- | gst/smoothwave/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gst/smoothwave/Makefile.am b/gst/smoothwave/Makefile.am new file mode 100644 index 00000000..f000c7a4 --- /dev/null +++ b/gst/smoothwave/Makefile.am @@ -0,0 +1,11 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstsmoothwave.la + +libgstsmoothwave_la_SOURCES = gstsmoothwave.c +libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +libgstsmoothwave_la_LIBADD = $(GTK_LIBS) + +noinst_HEADERS = gstsmoothwave.h + +EXTRA_DIST = README |