diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-13 14:55:06 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-13 14:55:06 +0000 |
commit | f7a43c6534bfaeb2b4a209e6794c577fb9c1cc9e (patch) | |
tree | 41de0e911805cbe6e1cba98512ccb961a1cd0273 /gst/chart | |
parent | fd50d80bfb7567ecd5c081214a96351fca2c5453 (diff) | |
download | gst-plugins-bad-f7a43c6534bfaeb2b4a209e6794c577fb9c1cc9e.tar.gz gst-plugins-bad-f7a43c6534bfaeb2b4a209e6794c577fb9c1cc9e.tar.bz2 gst-plugins-bad-f7a43c6534bfaeb2b4a209e6794c577fb9c1cc9e.zip |
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
Diffstat (limited to 'gst/chart')
-rw-r--r-- | gst/chart/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
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) |