diff options
author | David Schleef <ds@schleef.org> | 2004-04-21 02:43:55 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-04-21 02:43:55 +0000 |
commit | bdb8c10b5c4d22cddbef5e8099bdaaff5dddaeb6 (patch) | |
tree | 77595eee3a82ecb3ebe8df0b115d3d0cdcfbcb22 /plugins/indexers | |
parent | 3822895a9068b41b933bcd2d96298693d05c88a7 (diff) |
gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
Original commit message from CVS:
* gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
* gst/indexers/Makefile.am:
* gst/schedulers/Makefile.am:
* libs/gst/bytestream/Makefile.am:
* libs/gst/control/Makefile.am:
* libs/gst/getbits/Makefile.am:
Diffstat (limited to 'plugins/indexers')
-rw-r--r-- | plugins/indexers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/indexers/Makefile.am b/plugins/indexers/Makefile.am index deadb8261..46c7dcd39 100644 --- a/plugins/indexers/Makefile.am +++ b/plugins/indexers/Makefile.am @@ -15,7 +15,7 @@ endif libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC) libgstindexers_la_CFLAGS = $(GST_CFLAGS) libgstindexers_la_LIBADD = -libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS) install-data-local: as-libtool-install-data-local |