diff options
author | David Schleef <ds@schleef.org> | 2003-10-30 02:36:42 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-30 02:36:42 +0000 |
commit | 3e49bcfc01fcb2a46935f528fa2dccfeaf29803a (patch) | |
tree | c9446d636fbf953b291f254e932e948d2d2f783c /gst-libs/gst/navigation | |
parent | c186da6a66001e3de61d53212c708fd2e6cab5d2 (diff) | |
download | gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.gz gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.tar.bz2 gst-plugins-bad-3e49bcfc01fcb2a46935f528fa2dccfeaf29803a.zip |
Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
Original commit message from CVS:
Fix makefiles for GstPropertyProbe. Combine all interfaces into
a single libgst-interface.
Diffstat (limited to 'gst-libs/gst/navigation')
-rw-r--r-- | gst-libs/gst/navigation/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gst-libs/gst/navigation/Makefile.am b/gst-libs/gst/navigation/Makefile.am index d29c4193..a600ab19 100644 --- a/gst-libs/gst/navigation/Makefile.am +++ b/gst-libs/gst/navigation/Makefile.am @@ -1,10 +1,8 @@ -lib_LTLIBRARIES = libgstnavigation.la +noinst_LTLIBRARIES = libgstnavigation.la libgstnavigation_la_SOURCES = navigation.c libgstnavigationincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/navigation libgstnavigationinclude_HEADERS = navigation.h -libgstnavigation_la_LIBADD = libgstnavigation_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS) -libgstnavigation_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |