hal: Branch 'origin'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Wed Nov 29 08:31:27 PST 2006
partutil/Makefile.am | 6 +++++-
1 files changed, 5 insertions(+), 1 deletion(-)
New commits:
diff-tree cf7173e3f4735293ba6c86085c7bf53b43f2486e (from bb69852863c5fdc4aee276b10bcaab4f200f9cc1)
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Wed Nov 29 17:23:25 2006 +0100
fixed automake for linux
Fixed automake for Linux case in file partutil/Makefile.am,
automake conditionals are not the same as in GNU make.
diff --git a/partutil/Makefile.am b/partutil/Makefile.am
index 400192f..bf48de6 100644
--- a/partutil/Makefile.am
+++ b/partutil/Makefile.am
@@ -1,4 +1,8 @@
-if !HALD_COMPILE_SOLARIS && !HALD_COMPILE_FREEBSD
+if HALD_COMPILE_SOLARIS
+# do nothing
+else if HALD_COMPILE_FREEBSD
+# do nothing
+else
INCLUDES = @GLIB_CFLAGS@
More information about the hal-commit
mailing list