summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-07-18 14:36:57 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2008-07-18 14:36:57 +0000
commit7425e597d109de183c5935116fd2be7357ec4875 (patch)
treeed4831f1775c3989548c5417b05044827407a192 /Makefile.am
parente9eaeee4680bc4dc5e63172a1b68951da2a4b9c4 (diff)
downloadclutter-gst-7425e597d109de183c5935116fd2be7357ec4875.tar.gz
======== Clutter-GStreamer 0.8.0 ==============================================
2008-07-18 Emmanuele Bassi <ebassi@openedhand.com> * configure.ac: * Makefile.am: Allow ignoring the documentation directory when building from SVN. * doc/reference/Makefile.am: Ignore uninstalled header files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1368062..57e82d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = clutter-gst examples
-if ENABLE_GTK_DOC
+if BUILD_GTK_DOC
SUBDIRS += doc
endif