mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
8edfe3f5de
Original commit message from CVS: First round of incremental scheduling. Manager setting and managed_elements lists are now handled at bin_add/remove time. Scheduling chains can be created incrementally as well, though there are still some pieces missing.
28 lines
654 B
Makefile
28 lines
654 B
Makefile
PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
|
|
# if libglade is present, build the player and editor
|
|
if HAVE_LIBGLADE_GNOME
|
|
SUBDIRS_LGG = gstplay editor
|
|
else
|
|
SUBDIRS_LGG =
|
|
endif
|
|
|
|
SUBDIRS = include gst libs plugins tools test tests examples $(SUBDIRS_LGG) docs
|
|
|
|
# These are all the possible subdirs
|
|
DIST_SUBDIRS = intl po include gst libs plugins tools test tests examples gstplay editor docs
|
|
|
|
|
|
bin_SCRIPTS = gstreamer-config
|
|
|
|
m4datadir = $(datadir)/aclocal
|
|
m4data_DATA = gstreamer.m4
|
|
|
|
EXTRA_DIST = gstreamer.spec.in gstreamer-config.in gstreamer.m4 LICENSE REQUIREMENTS ABOUT-NLS
|
|
|
|
dist-hook:
|
|
cp gstreamer.spec $(distdir)
|
|
|
|
rpm: dist
|
|
rpm -ta $(distdir).tar.gz
|