summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-11-15 11:58:49 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-11-15 11:58:49 +0000
commit0c5153ffd27cd92f24fafd6f4f624032fde2ce08 (patch)
treed4c75ce8d653fae00901d870dd2e94ad50198341 /Makefile.am
parenta26231e44bfe32c38640796331f909f5718de50c (diff)
put docs last so it's the last to fail
Original commit message from CVS: put docs last so it's the last to fail
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 7eea6b8bba..c6d6c5e0f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,17 +28,18 @@ aclocaldir = $(datadir)/aclocal
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
SUBDIRS = include gst libs tools \
- $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS) \
- pkgconfig po
+ $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \
+ pkgconfig po \
+ $(SUBDIRS_DOCS)
# These are all the possible subdirs
DIST_SUBDIRS = include libs gst \
tools \
tests testsuite \
examples \
- docs \
pkgconfig \
- po
+ po \
+ docs
EXTRA_DIST = gstreamer.spec.in gst-element-check.m4 \
configure.ac autogen.sh depcomp \