summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 02d72ec645fc6b0f134190b3801e5ba333cab19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if BUILD_DOCS
SUBDIRS_DOCS = docs
else
SUBDIRS_DOCS =
endif

INTERFACESDIR = gstinterfaces
PLAYDIR = gstplay

UNCONDDIRS = gstreamer pkgconfig examples testsuite
SUBDIRS = \
	$(UNCONDDIRS) \
	$(INTERFACESDIR) \
	$(PLAYDIR) \
	$(SUBDIRS_DOCS)
DIST_SUBDIRS = $(UNCONDDIRS) docs gstinterfaces gstplay

EXTRA_DIST = \
	gst-python.spec.in gst-python.spec README-docs

snap:
	$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`