diff options
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 = |