From 92ba8be48d4bbd23f6c8d49dd2c7252cd9767939 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 16 Jan 2004 14:55:44 +0000 Subject: gst-libs/gst/Makefile.am: restructure so having local patches works easier. Original commit message from CVS: 2004-01-16 Ronald Bultje * gst-libs/gst/Makefile.am: restructure so having local patches works easier. --- ChangeLog | 5 +++++ gst-libs/gst/Makefile.am | 47 ++++++++++++++++++++++++++++++++++++----------- 2 files changed, 41 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22b5052a..54d4bf6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-16 Ronald Bultje + + * gst-libs/gst/Makefile.am: + restructure so having local patches works easier. + 2004-01-16 Ronald Bultje * ext/mpeg2enc/Makefile.am: diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index c54b55fe..05560a24 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -12,17 +12,42 @@ X_DIR = X_INTERFACE_LIBS = endif -SUBDIRS = audio colorbalance floatcast \ - $(GCONF_DIR) idct media-info \ - mixer navigation play propertyprobe \ - resample riff tag tuner video \ - $(X_DIR) - -DIST_SUBDIRS = audio colorbalance floatcast \ - gconf idct media-info \ - mixer navigation play propertyprobe \ - resample riff tag tuner video \ - xoverlay xwindowlistener +SUBDIRS = \ + audio \ + colorbalance \ + floatcast \ + $(GCONF_DIR) \ + idct \ + media-info \ + mixer \ + navigation \ + play \ + propertyprobe \ + resample \ + riff \ + tag \ + tuner \ + video \ + $(X_DIR) + +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 -- cgit v1.2.1