No LIBUDEV_CFLAGS needed in Makefile.am, because that's already included in EEZE_CFLAGS. Having LIBUDEV_CFLAGS breaks building on systems without eeze_mount build.

SVN revision: 56375
This commit is contained in:
Daniel Kolesa 2011-01-29 11:31:46 +00:00
parent d3875cde4a
commit 3e477c806a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if HAVE_EEZE_MOUNT
MOUNT_FILES = eeze_disk.c eeze_disk_mount.c eeze_disk_libmount.c
MOUNT_INCLUDES = Eeze_Disk.h
else
AM_CFLAGS = @EEZE_CFLAGS@ @LIBUDEV_CFLAGS@
AM_CFLAGS = @EEZE_CFLAGS@
MOUNT_FILES =
MOUNT_INCLUDES =
endif