diff options
Diffstat (limited to 'ext/gconf')
-rw-r--r-- | ext/gconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gconf/Makefile.am b/ext/gconf/Makefile.am index 4e23b174..688d38a0 100644 --- a/ext/gconf/Makefile.am +++ b/ext/gconf/Makefile.am @@ -8,7 +8,7 @@ libgstgconfelements_la_SOURCES = \ DIR_CFLAGS = -DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\" libgstgconfelements_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS) -libgstgconfelements_la_LIBADD = $(GCONF_LIBS) +libgstgconfelements_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconfelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = \ |