gst-libs/gst/Makefile.am: restructure so having local patches works easier.

Original commit message from CVS:
2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>

* gst-libs/gst/Makefile.am:
restructure so having local patches works easier.
This commit is contained in:
Ronald S. Bultje 2004-01-16 14:55:44 +00:00
parent d03ff3ef28
commit 285797683c
2 changed files with 40 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst-libs/gst/Makefile.am:
restructure so having local patches works easier.
2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
* ext/mpeg2enc/Makefile.am:

View file

@ -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)
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
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