diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-14 10:33:44 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-14 10:33:44 +0000 |
commit | 7dc81ddbcce806c74f57890577ee49dc300b8dde (patch) | |
tree | 6d1eab30e0dfad834a28604c9055be25edce3562 /gst-libs/gst/gconf | |
parent | ca3eaf9764e93cd7e8b71181b074948de1c11269 (diff) | |
download | gst-plugins-bad-7dc81ddbcce806c74f57890577ee49dc300b8dde.tar.gz gst-plugins-bad-7dc81ddbcce806c74f57890577ee49dc300b8dde.tar.bz2 gst-plugins-bad-7dc81ddbcce806c74f57890577ee49dc300b8dde.zip |
move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly
Original commit message from CVS:
* configure.ac:
* gst-libs/gst/gconf/Makefile.am:
* pkgconfig/Makefile.am:
move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
they get rebuilt properly
* configure.ac:
when checking for vorbis, try pkgconfig first.
* gst/modplug/gstmodplug.cc:
add fixate function
Diffstat (limited to 'gst-libs/gst/gconf')
-rw-r--r-- | gst-libs/gst/gconf/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am index 64bebf9f..f816f946 100644 --- a/gst-libs/gst/gconf/Makefile.am +++ b/gst-libs/gst/gconf/Makefile.am @@ -18,5 +18,3 @@ test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS) libgstgconf_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@ - -EXTRA_DIST = gstreamer-gconf.pc.in gstreamer-gconf-uninstalled.pc.in |