gstreamer/Makefile.am

21 lines
325 B
Makefile
Raw Normal View History

if BUILD_DOCS
SUBDIRS_DOCS = docs
else
SUBDIRS_DOCS =
endif
UNCONDDIRS = examples gst pkgconfig testsuite
SUBDIRS = \
$(UNCONDDIRS) \
$(SUBDIRS_DOCS)
DIST_SUBDIRS = $(UNCONDDIRS) docs
EXTRA_DIST = \
ltihooks.py \
gst-python.spec.in \
gst-python.spec \
README-docs \
RELEASE
include $(top_srcdir)/common/release.mak