link gst-inspect to libgstcontrol so that -inspect will show what dparams are available. I think it is ok to link he...

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/.
This commit is contained in:
Steve Baker 2002-04-14 10:11:14 +00:00
parent a15b5ccc6d
commit b47d7c345b

View 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)