diff options
Diffstat (limited to 'gst/autodetect')
-rw-r--r-- | gst/autodetect/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/autodetect/Makefile.am b/gst/autodetect/Makefile.am index 7c73402f6..1ecd9ce29 100644 --- a/gst/autodetect/Makefile.am +++ b/gst/autodetect/Makefile.am @@ -4,8 +4,8 @@ libgstautodetect_la_SOURCES = \ gstautoaudiosink.c \ gstautodetect.c \ gstautovideosink.c -libgstautodetect_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) -libgstautodetect_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS) +libgstautodetect_la_CFLAGS = $(GST_CFLAGS) +libgstautodetect_la_LIBADD = $(GST_LIBS) libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ |