hal/tools Makefile.am,1.39,1.40
David Zeuthen
david at kemper.freedesktop.org
Mon Jun 5 18:52:09 PDT 2006
Update of /cvs/hal/hal/tools
In directory kemper:/tmp/cvs-serv20630/tools
Modified Files:
Makefile.am
Log Message:
2006-06-05 David Zeuthen <davidz at redhat.com>
* configure.in, tools/Makefile.am: Patch from Joe Marcus Clarke
<marcus at freebsd.org> and Danny Kukawka <danny.kukawka at web.de> to
only install the backend we're building for.
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/tools/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile.am 14 May 2006 18:49:53 -0000 1.39
+++ Makefile.am 6 Jun 2006 01:52:07 -0000 1.40
@@ -1,6 +1,16 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = freebsd linux device-manager
+
+SUBDIRS = device-manager
+
+if HALD_COMPILE_LINUX2
+SUBDIRS += linux
+endif
+if HALD_COMPILE_FREEBSD
+SUBDIRS += freebsd
+endif
+
+DIST_SUBDIRS = $(SUBDIRS) freebsd linux
INCLUDES = \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
More information about the hal-commit
mailing list