diff options
-rw-r--r-- | partutil/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/partutil/Makefile.am b/partutil/Makefile.am index 67b369be..400192f8 100644 --- a/partutil/Makefile.am +++ b/partutil/Makefile.am @@ -1,4 +1,4 @@ -if !HALD_COMPILE_SOLARIS +if !HALD_COMPILE_SOLARIS && !HALD_COMPILE_FREEBSD INCLUDES = @GLIB_CFLAGS@ @@ -10,5 +10,4 @@ libpartutil_la_LIBADD = @GLIB_LIBS@ @PARTED_LIBS@ clean-local : rm -f *~ - endif |