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 <[EMAIL PROTECTED]>
* 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 = \
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.