summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-08-07 17:02:19 +0200
committerVincent Untz <vuntz@gnome.org>2010-08-07 17:02:19 +0200
commit58a36766504d814359003b2a03de8d363e6542c6 (patch)
treeb60679b37a30be1e6577a1c5ab1188d90c763085 /Makefile.am
parent0ef1a5419539548db89f3f19e54c68e8cdbb292c (diff)
downloadgnome-desktop-58a36766504d814359003b2a03de8d363e6542c6.tar.gz
[build] Add --disable-gnome-about configure flag
This makes it easier to have both gnome-desktop and gnome-desktop-3 installed at the same time.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 56f37633..edd6e524 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,15 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
po \
libgnome-desktop \
- gnome-about \
pixmaps \
desktop-docs \
docs \
man
+if GNOME_ABOUT_ENABLED
+SUBDIRS += gnome-about
+endif
+
EXTRA_DIST = \
MAINTAINERS \
ChangeLog.pre-git \