From 285797683c32428615a83683197ef2bc2a75c941 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 16 Jan 2004 14:55:44 +0000 Subject: [PATCH] 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 22b5052..54d4bf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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: * ext/mpeg2enc/gstmpeg2enc.cc: * ext/mpeg2enc/gstmpeg2encpicturereader.cc: diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index c54b55f..05560a2 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 -- 2.7.4