build-sys: fix swaplabel

Reported-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-06-12 13:14:06 +02:00
parent b36a2f2d47
commit 3274ee60ce
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ swaplabel_CFLAGS = $(AM_CFLAGS) -I$(ul_libblkid_incdir)
swaplabel_LDADD = libblkid.la libcommon.la
if BUILD_LIBUUID
swaplabel_LDADD += $(uuid_ldadd)
swaplabel_LDADD += libuuid.la
swaplabel_CFLAGS += -I$(ul_libuuid_incdir)
endif
endif #BUILD_SWAPLABEL