From f7a43c6534bfaeb2b4a209e6794c577fb9c1cc9e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 13 May 2002 14:55:06 +0000 Subject: still in anal-retentive mode, please make liberal use of the delete key Original commit message from CVS: still in anal-retentive mode, please make liberal use of the delete key --- gst/chart/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gst/chart') diff --git a/gst/chart/Makefile.am b/gst/chart/Makefile.am index 0d464aaa..bb2cfe50 100644 --- a/gst/chart/Makefile.am +++ b/gst/chart/Makefile.am @@ -1,8 +1,8 @@ plugindir = $(libdir)/gst -plugin_LTLIBRARIES = libchart.la +plugin_LTLIBRARIES = libgstchart.la -libchart_la_SOURCES = gstchart.c -libchart_la_CFLAGS = $(GST_CFLAGS) -libchart_la_LIBADD = -libchart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstchart_la_SOURCES = gstchart.c +libgstchart_la_CFLAGS = $(GST_CFLAGS) +libgstchart_la_LIBADD = +libgstchart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1