summaryrefslogtreecommitdiffstats
path: root/gst-libs
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-03 20:17:40 +0000
committerDavid Schleef <ds@schleef.org>2003-11-03 20:17:40 +0000
commit7080b2996286409d9811474b60e6806f87a7e8e5 (patch)
tree6a8e9bb4e82089c3477a754e6acad66c1a44c437 /gst-libs
parent651d5ed8313d82dcc7bb2a5ac3a952d130bb280d (diff)
downloadgst-plugins-bad-7080b2996286409d9811474b60e6806f87a7e8e5.tar.gz
gst-plugins-bad-7080b2996286409d9811474b60e6806f87a7e8e5.tar.bz2
gst-plugins-bad-7080b2996286409d9811474b60e6806f87a7e8e5.zip
change libgst-interfaces to libgstinterfaces
Original commit message from CVS: change libgst-interfaces to libgstinterfaces
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am
index 48550ede..2ccefbd0 100644
--- a/gst-libs/gst/Makefile.am
+++ b/gst-libs/gst/Makefile.am
@@ -23,11 +23,11 @@ DIST_SUBDIRS = audio colorbalance floatcast \
xoverlay xwindowlistener
-lib_LTLIBRARIES = libgst-interfaces-@GST_MAJORMINOR@.la
+lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
-libgst_interfaces_@GST_MAJORMINOR@_la_SOURCES =
+libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES =
-libgst_interfaces_@GST_MAJORMINOR@_la_LIBADD = \
+libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \
colorbalance/libgstcolorbalance.la \
mixer/libgstmixer.la \
navigation/libgstnavigation.la \
@@ -36,5 +36,5 @@ libgst_interfaces_@GST_MAJORMINOR@_la_LIBADD = \
xoverlay/libgstxoverlay.la \
$(GST_LIBS)
-libgst_interfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
+libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@