From 10c0cdf098161c164271001363075bf8f2239707 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 5 Jan 2002 00:03:32 +0000 Subject: [PATCH] add -lcontrol Original commit message from CVS: add -lcontrol --- gst/sine/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/sine/Makefile.am b/gst/sine/Makefile.am index 2f7d73c6c9..709921db7e 100644 --- a/gst/sine/Makefile.am +++ b/gst/sine/Makefile.am @@ -13,4 +13,4 @@ endif demo_dparams_SOURCES = demo-dparams.c demo_dparams_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) +demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -lcontrol