gstreamer/Makefile.am
Thomas Vander Stichele a21c60b089 add Element () constructor add testsuite
Original commit message from CVS:
add Element () constructor
add testsuite
2003-10-04 13:37:45 +00:00

15 lines
307 B
Makefile

if BUILD_DOCS
SUBDIRS_DOCS = docs
else
SUBDIRS_DOCS =
endif
SUBDIRS = gstreamer pkgconfig examples $(SUBDIRS_DOCS) testsuite
DIST_SUBDIRS = gstreamer pkgconfig examples docs testsuite
EXTRA_DIST = \
gst-python.spec.in gst-python.spec README-docs
snap:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`