gvfs r1138 - trunk



Author: fcrozat
Date: Wed Jan 16 10:13:58 2008
New Revision: 1138
URL: http://svn.gnome.org/viewvc/gvfs?rev=1138&view=rev

Log:
2008-01-16  Frederic Crozat  <fcrozat mandriva com>

        * Makefile.am: Only build hal module when hal support is
        enabled (#509693).



Modified:
   trunk/ChangeLog
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Jan 16 10:13:58 2008
@@ -7,9 +7,14 @@
 	po   \
 	programs \
 	test \
-	hal \
 	$(NULL)
 
+if USE_HAL
+
+SUBDIRS += hal
+
+endif
+
 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
 
 EXTRA_DIST = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]