]> sourceware.org Git - lvm2.git/commitdiff
Fix static build.
authorAlasdair Kergon <agk@redhat.com>
Fri, 14 May 2010 13:36:56 +0000 (13:36 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 14 May 2010 13:36:56 +0000 (13:36 +0000)
daemons/dmeventd/Makefile.in

index 0850a19b7dce30bc938c055f05afda91d8eb40e8..326f86664d35915c881adef1dfcd2c9df44dafc0 100644 (file)
@@ -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
This page took 1.305533 seconds and 5 git commands to generate.