diff options
Diffstat (limited to 'ext/smoothwave/Makefile.am')
-rw-r--r-- | ext/smoothwave/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am index 6f62dc8a..c6a67abc 100644 --- a/ext/smoothwave/Makefile.am +++ b/ext/smoothwave/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstsmoothwave.la libgstsmoothwave_la_SOURCES = gstsmoothwave.c libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -libgstsmoothwave_la_LIBADD = $(GST_LIBS) $(GTK_LIBS) +libgstsmoothwave_la_LIBADD = $(GTK_LIBS) libgstsmoothwave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstsmoothwave.h |