summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 151245012feae4f85a921d804c491fd8e6914535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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