diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-30 20:10:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-30 20:10:15 +0000 |
commit | f2bc02d5195d6798bb16c05d2940ec48539d2b29 (patch) | |
tree | 348d034ec11b20732eea0f7c4bec5ef6fb37621c /gst/smoothwave/Makefile.am | |
parent | c7bb41195ead44f67ce7753e3e1e750c1975c948 (diff) | |
download | gst-plugins-bad-f2bc02d5195d6798bb16c05d2940ec48539d2b29.tar.gz gst-plugins-bad-f2bc02d5195d6798bb16c05d2940ec48539d2b29.tar.bz2 gst-plugins-bad-f2bc02d5195d6798bb16c05d2940ec48539d2b29.zip |
smoothwave fixin
Original commit message from CVS:
smoothwave fixin
Diffstat (limited to 'gst/smoothwave/Makefile.am')
-rw-r--r-- | gst/smoothwave/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gst/smoothwave/Makefile.am b/gst/smoothwave/Makefile.am new file mode 100644 index 00000000..f000c7a4 --- /dev/null +++ b/gst/smoothwave/Makefile.am @@ -0,0 +1,11 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstsmoothwave.la + +libgstsmoothwave_la_SOURCES = gstsmoothwave.c +libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) +libgstsmoothwave_la_LIBADD = $(GTK_LIBS) + +noinst_HEADERS = gstsmoothwave.h + +EXTRA_DIST = README |