diff options
author | Wrobell <wrobell@ite.pl> | 2002-01-18 02:05:26 +0000 |
---|---|---|
committer | Wrobell <wrobell@ite.pl> | 2002-01-18 02:05:26 +0000 |
commit | 827d3f924a9c504c4e0dddc027fa5620d90f5f53 (patch) | |
tree | 459dbda4ce9db4af81143d34bac0f9812310a422 /ext/smoothwave/Makefile.am | |
parent | b21da019f30b2115876b89f7c6c795a99b25a5af (diff) | |
download | gst-plugins-bad-827d3f924a9c504c4e0dddc027fa5620d90f5f53.tar.gz gst-plugins-bad-827d3f924a9c504c4e0dddc027fa5620d90f5f53.tar.bz2 gst-plugins-bad-827d3f924a9c504c4e0dddc027fa5620d90f5f53.zip |
- plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
Diffstat (limited to 'ext/smoothwave/Makefile.am')
-rw-r--r-- | ext/smoothwave/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/smoothwave/Makefile.am b/ext/smoothwave/Makefile.am index d74c4a30..db3ea5a6 100644 --- a/ext/smoothwave/Makefile.am +++ b/ext/smoothwave/Makefile.am @@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstsmoothwave.la libgstsmoothwave_la_SOURCES = gstsmoothwave.c libgstsmoothwave_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) libgstsmoothwave_la_LIBADD = $(GST_LIBS) $(GTK_LIBS) +libgstsmoothwave_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@ noinst_HEADERS = gstsmoothwave.h |