summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-05-14 13:36:56 +0000
committerAlasdair Kergon <agk@redhat.com>2010-05-14 13:36:56 +0000
commite2d136477b293dc857749ffad12bf8c9ee17903e (patch)
treec61d93b992795383f0bab30d561ad44f6117e986 /daemons/dmeventd
parent048124728dc203f49c86fd9f7317351053461680 (diff)
downloadlvm2-e2d136477b293dc857749ffad12bf8c9ee17903e.tar.gz
lvm2-e2d136477b293dc857749ffad12bf8c9ee17903e.tar.xz
lvm2-e2d136477b293dc857749ffad12bf8c9ee17903e.zip
Fix static build.
Diffstat (limited to 'daemons/dmeventd')
-rw-r--r--daemons/dmeventd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/dmeventd/Makefile.in b/daemons/dmeventd/Makefile.in
index 0850a19b..326f8666 100644
--- a/daemons/dmeventd/Makefile.in
+++ b/daemons/dmeventd/Makefile.in
@@ -62,7 +62,7 @@ dmeventd: $(LIB_SHARED) dmeventd.o
dmeventd.static: $(LIB_STATIC) dmeventd.o $(interfacebuilddir)/libdevmapper.a
$(CC) $(CFLAGS) $(LDFLAGS) -static -L. -L$(interfacebuilddir) -o $@ \
- dmeventd.o $(DL_LIBS) $(LVMLIBS) $(STATIC_LIBS) $(LIBS)
+ dmeventd.o $(DL_LIBS) $(LVMLIBS) $(LIBS) $(STATIC_LIBS)
ifeq ("@PKGCONFIG@", "yes")
INSTALL_LIB_TARGETS += install_pkgconfig