* master - make: use proper libs to make scripts subdir
@ 2012-08-01 6:43 Peter Rajnoha
0 siblings, 0 replies; only message in thread
From: Peter Rajnoha @ 2012-08-01 6:43 UTC (permalink / raw)
To: lvm-devel
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=c6cc871df845ea4c810122a59606c3c593d15772
Commit: c6cc871df845ea4c810122a59606c3c593d15772
Parent: fa68466e904568d054f0b0cf5fdab6499cb47998
Author: Peter Rajnoha <prajnoha@redhat.com>
AuthorDate: Wed Aug 1 08:40:36 2012 +0200
Committer: Peter Rajnoha <prajnoha@redhat.com>
CommitterDate: Wed Aug 1 08:42:49 2012 +0200
make: use proper libs to make scripts subdir
---
scripts/Makefile.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 40396b0..2298f0c 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -21,8 +21,13 @@ TARGETS = lvm2_activation_generator_systemd_red_hat
include $(top_builddir)/make.tmpl
DEPLIBS += $(top_builddir)/liblvm/liblvm2app.so $(top_builddir)/libdm/libdevmapper.so
+LDFLAGS += -L$(top_builddir)/liblvm
LVMLIBS = @LVM2APP_LIB@ -ldevmapper
+ifeq ("@DMEVENTD@", "yes")
+ LVMLIBS += -ldevmapper-event
+endif
+
SCRIPTS = lvmdump.sh lvmconf.sh vgimportclone.sh
ifeq ("@FSADM@", "yes")
@@ -67,7 +72,7 @@ ifeq ("@BUILD_CMIRRORD@", "yes")
endif
lvm2_activation_generator_systemd_red_hat: $(OBJECTS) $(DEPLIBS)
- $(CC) -o $@ $(OBJECTS) $(LVMLIBS)
+ $(CC) -o $@ $(OBJECTS) $(LDFLAGS) $(LVMLIBS)
install_systemd_generators:
$(INSTALL_DIR) $(systemd_generator_dir)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-01 6:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 6:43 master - make: use proper libs to make scripts subdir Peter Rajnoha
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.