diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-01-16 10:13:58 +0000 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2008-01-16 10:13:58 +0000 |
commit | e46cf6983c520c19c875125a1537254ef68694e1 (patch) | |
tree | 7288422e84efa4931baee5181c2d7039883c21c1 /Makefile.am | |
parent | 07dbb2f4f59f9ef53bd6d9c64c6b906042b72c10 (diff) | |
download | gvfs-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.am | 7 |
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 = \ |