gstreamer/Makefile.am
Johan Dahlin f2abd02516 more build fixes
Original commit message from CVS:
more build fixes
2004-10-11 13:43:26 +00:00

20 lines
301 B
Makefile

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