From 3ab75a571e204fbe6981c94d28cebb776124251b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 26 Sep 2003 16:45:04 +0000 Subject: added second example with plotting fixed some aesthetics Original commit message from CVS: added second example with plotting fixed some aesthetics --- gst/level/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gst/level/Makefile.am') diff --git a/gst/level/Makefile.am b/gst/level/Makefile.am index cb3ee73c..8bb3c4dd 100644 --- a/gst/level/Makefile.am +++ b/gst/level/Makefile.am @@ -9,10 +9,13 @@ libgstlevel_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstlevel.h filter.func if HAVE_GTK -noinst_PROGRAMS = demo +noinst_PROGRAMS = demo plot demo_SOURCES = demo.c demo_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) demo_LDFLAGS = $(GTK_LIBS) $(GST_LIBS) +plot_SOURCES = plot.c +plot_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS) +plot_LDFLAGS = $(GTK_LIBS) $(GST_LIBS) endif EXTRA_libgstlevel_la_SOURCES = gstlevel-marshal.list -- cgit