mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
5014a9eee6
Original commit message from CVS: fold all interfaces in one interfaces dir, preserving CVS history
27 lines
286 B
Makefile
27 lines
286 B
Makefile
if USE_GCONF
|
|
GCONF_DIR = gconf
|
|
else
|
|
GCONF_DIR =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
audio \
|
|
floatcast \
|
|
$(GCONF_DIR) \
|
|
interfaces \
|
|
net \
|
|
riff \
|
|
tag \
|
|
video
|
|
|
|
DIST_SUBDIRS = \
|
|
audio \
|
|
floatcast \
|
|
gconf \
|
|
interfaces \
|
|
net \
|
|
riff \
|
|
tag \
|
|
video
|
|
|
|
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|