summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2008-01-16 10:13:58 +0000
committerFrédéric Crozat <fcrozat@src.gnome.org>2008-01-16 10:13:58 +0000
commite46cf6983c520c19c875125a1537254ef68694e1 (patch)
tree7288422e84efa4931baee5181c2d7039883c21c1 /Makefile.am
parent07dbb2f4f59f9ef53bd6d9c64c6b906042b72c10 (diff)
downloadgvfs-e46cf6983c520c19c875125a1537254ef68694e1.tar.gz
Only build hal module when hal support is enabled (#509693).
2008-01-16 Frederic Crozat <fcrozat@mandriva.com> * Makefile.am: Only build hal module when hal support is enabled (#509693). svn path=/trunk/; revision=1138
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 407fd983..42c5cfc4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,9 +7,14 @@ SUBDIRS = \
po \
programs \
test \
- hal \
$(NULL)
+if USE_HAL
+
+SUBDIRS += hal
+
+endif
+
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
EXTRA_DIST = \