mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
cd8caf2f9f
Original commit message from CVS: 2005-06-09 Andy Wingo <wingo@pobox.com> * configure.ac: * gst-libs/gst/Makefile.am: * gst-libs/gst/net/Makefile.am: Add gstnet to build.
54 lines
887 B
Makefile
54 lines
887 B
Makefile
if USE_GCONF
|
|
GCONF_DIR = gconf
|
|
else
|
|
GCONF_DIR =
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
audio \
|
|
colorbalance \
|
|
floatcast \
|
|
$(GCONF_DIR) \
|
|
mixer \
|
|
navigation \
|
|
net \
|
|
propertyprobe \
|
|
riff \
|
|
tag \
|
|
tuner \
|
|
video \
|
|
xoverlay \
|
|
.
|
|
|
|
DIST_SUBDIRS = \
|
|
audio \
|
|
colorbalance \
|
|
floatcast \
|
|
gconf \
|
|
mixer \
|
|
navigation \
|
|
net \
|
|
propertyprobe \
|
|
riff \
|
|
tag \
|
|
tuner \
|
|
video \
|
|
xoverlay
|
|
|
|
|
|
lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
|
|
|
|
libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES =
|
|
|
|
libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = \
|
|
colorbalance/libgstcolorbalance.la \
|
|
mixer/libgstmixer.la \
|
|
navigation/libgstnavigation.la \
|
|
propertyprobe/libgstpropertyprobe.la \
|
|
tuner/libgsttuner.la \
|
|
xoverlay/libgstxoverlay.la \
|
|
$(GST_LIBS)
|
|
|
|
libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
|
|
|
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|