summaryrefslogtreecommitdiff
path: root/partutil
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2006-11-29 17:23:25 +0100
committerDanny Kukawka <danny.kukawka@web.de>2006-11-29 17:23:25 +0100
commitcf7173e3f4735293ba6c86085c7bf53b43f2486e (patch)
tree8375f64b47316a4d7bc8a5633f871711a7b50fb1 /partutil
parentbb69852863c5fdc4aee276b10bcaab4f200f9cc1 (diff)
fixed automake for linux
Fixed automake for Linux case in file partutil/Makefile.am, automake conditionals are not the same as in GNU make.
Diffstat (limited to 'partutil')
-rw-r--r--partutil/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/partutil/Makefile.am b/partutil/Makefile.am
index 400192f8..bf48de60 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@