diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-03-21 08:41:35 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-03-21 08:41:35 +0000 |
commit | 5dbd908f00b0f2c194b977e9d1e29817732094e2 (patch) | |
tree | dbcd855fd8e9b9355e7503ed8889a3992a5ef506 /gst | |
parent | d3a051bad080df4afcc86979535e5ee896953828 (diff) | |
download | gst-plugins-bad-5dbd908f00b0f2c194b977e9d1e29817732094e2.tar.gz gst-plugins-bad-5dbd908f00b0f2c194b977e9d1e29817732094e2.tar.bz2 gst-plugins-bad-5dbd908f00b0f2c194b977e9d1e29817732094e2.zip |
cosmetic
Original commit message from CVS:
cosmetic
Diffstat (limited to 'gst')
-rw-r--r-- | gst/chart/Makefile.am | 2 | ||||
-rw-r--r-- | gst/passthrough/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/chart/Makefile.am b/gst/chart/Makefile.am index 40adc263..0d464aaa 100644 --- a/gst/chart/Makefile.am +++ b/gst/chart/Makefile.am @@ -1,5 +1,7 @@ plugindir = $(libdir)/gst + plugin_LTLIBRARIES = libchart.la + libchart_la_SOURCES = gstchart.c libchart_la_CFLAGS = $(GST_CFLAGS) libchart_la_LIBADD = diff --git a/gst/passthrough/Makefile.am b/gst/passthrough/Makefile.am index 3fa65074..af24e9dc 100644 --- a/gst/passthrough/Makefile.am +++ b/gst/passthrough/Makefile.am @@ -8,5 +8,3 @@ libgstpassthrough_la_LIBADD = libgstpassthrough_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstpassthrough.h filter.func - -EXTRA_DIST = |