gstreamer/gst-libs/gst/Makefile.am
Andy Wingo cd8caf2f9f Add gstnet to build.
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.
2005-06-09 08:54:45 +00:00

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