diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-07-05 15:26:56 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-07-05 15:26:56 +0000 |
commit | 1db676c6e4eb7089ad0ca69c9644abcac5794b7a (patch) | |
tree | 5f90c009ca27d198b81f755bd29ce8346159395e /gst-libs | |
parent | 4f69c09968b5a15853fd0952933c7f9a831779d4 (diff) | |
download | gst-plugins-bad-1db676c6e4eb7089ad0ca69c9644abcac5794b7a.tar.gz gst-plugins-bad-1db676c6e4eb7089ad0ca69c9644abcac5794b7a.tar.bz2 gst-plugins-bad-1db676c6e4eb7089ad0ca69c9644abcac5794b7a.zip |
fix disting and spec file
Original commit message from CVS:
fix disting and spec file
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/Makefile.am | 5 | ||||
-rw-r--r-- | gst-libs/gst/Makefile.am | 69 |
2 files changed, 6 insertions, 68 deletions
diff --git a/gst-libs/Makefile.am b/gst-libs/Makefile.am new file mode 100644 index 00000000..6ac3e24a --- /dev/null +++ b/gst-libs/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS = \ + gst + +DIST_SUBDIRS = \ + gst diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index ac8f5952..2df58b3b 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -1,68 +1 @@ -if USE_GCONF -GCONF_DIR = gconf -else -GCONF_DIR = -endif - -if USE_X -X_DIR = xwindowlistener -else -X_DIR = -endif - -SUBDIRS = \ - audio \ - colorbalance \ - floatcast \ - $(GCONF_DIR) \ - idct \ - media-info \ - mixer \ - navigation \ - propertyprobe \ - resample \ - riff \ - tag \ - tuner \ - video \ - xoverlay \ - $(X_DIR) \ - . \ - play - -DIST_SUBDIRS = \ - audio \ - colorbalance \ - floatcast \ - gconf \ - idct \ - media-info \ - mixer \ - navigation \ - play \ - propertyprobe \ - resample \ - riff \ - tag \ - tuner \ - video \ - xoverlay \ - xwindowlistener - - -lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la - -libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = - -libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \ - colorbalance/libgstcolorbalance.la \ - mixer/libgstmixer.la \ - navigation/libgstnavigation.la \ - propertyprobe/libgstpropertyprobe.la \ - tuner/libgsttuner.la \ - xoverlay/libgstxoverlay.la \ - $(GST_LIBS) - -libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@ - -noinst_HEADERS = gettext.h gst-i18n-plugin.h +noinst_HEADERS = gst-i18n-plugin.h gettext.h |