mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
8a273afec0
Original commit message from CVS: * gst-libs/gst/Makefile.am:
15 lines
306 B
Makefile
15 lines
306 B
Makefile
# The interfaces directory has to be built before the others,
|
|
# otherwise some generated header files will be missing for the
|
|
# plugins in the other directories.
|
|
SUBDIRS = \
|
|
interfaces \
|
|
audio \
|
|
cdda \
|
|
floatcast \
|
|
netbuffer \
|
|
riff \
|
|
rtp \
|
|
tag \
|
|
video
|
|
|
|
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|