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. --- gst-libs/gst/Makefile.am | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) (limited to 'gst-libs/gst/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