link gst-inspect to libgstcontrol so that -inspect will show what dparams are availab...
authorSteve Baker <steve@stevebaker.org>
Sun, 14 Apr 2002 10:11:14 +0000 (10:11 +0000)
committerSteve Baker <steve@stevebaker.org>
Sun, 14 Apr 2002 10:11:14 +0000 (10:11 +0000)
Original commit message from CVS:
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available.  I think it is ok to link helper libraries like libgstcontrol to the apps in tools/.

tools/Makefile.am

index 18d589cf086a6fbf6a8186de34fa2ce95ffb4125..2302d56ec00941261993fe7319b601152ee6b52e 100644 (file)
@@ -27,7 +27,7 @@ gst_register_LDADD = $(GST_LIBS)
 gst_register_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\" 
 endif
 
-gst_inspect_LDADD = $(GST_LIBS)
+gst_inspect_LDADD = $(GST_LIBS) ../libs/gst/control/libgstcontrol.la
 gst_inspect_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\" 
 
 gst_complete_LDADD = $(GST_LIBS)