mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
d03ff3ef28
commit
285797683c
2 changed files with 40 additions and 10 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue