diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-09-26 16:45:04 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-09-26 16:45:04 +0000 |
commit | 3ab75a571e204fbe6981c94d28cebb776124251b (patch) | |
tree | c3e50f08f81ca97109762a64cf73837fc6f7598c /gst/level/Makefile.am | |
parent | 46860a7c533203cc3db68afff2936f039833cfde (diff) |
added second example with plotting fixed some aesthetics
Original commit message from CVS:
added second example with plotting
fixed some aesthetics
Diffstat (limited to 'gst/level/Makefile.am')
-rw-r--r-- | gst/level/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |