mount: fix mount_static_LDADD

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2008-12-12 14:04:19 +01:00
parent 9775d40fff
commit 4b7473c30f
1 changed files with 3 additions and 2 deletions

View File

@ -37,12 +37,13 @@ swapon_LDADD = $(LDADD_common)
LDADD_common =
LDADD_common_static =
mount_static_LDADD =
if HAVE_STATIC_MOUNT
bin_PROGRAMS += mount.static
mount_static_SOURCES = $(mount_SOURCES)
mount_static_LDFLAGS = $(LDFLAGS_STATIC)
mount_static_LDADD = $(LDADD_common_static)
mount_static_LDADD += $(LDADD_common_static)
endif
if HAVE_STATIC_UMOUNT
@ -67,7 +68,7 @@ endif
if HAVE_SELINUX
mount_LDADD += $(SELINUX_LIBS)
mount_static_LDADD = $(SELINUX_LIBS_STATIC)
mount_static_LDADD += $(SELINUX_LIBS_STATIC)
endif
if HAVE_VOLUME_ID