1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

linking parms missing from o->so conversion.

This commit is contained in:
Alasdair Kergon 2009-10-09 15:55:31 +00:00
parent 21e094d9df
commit b34447e233

View File

@ -204,7 +204,7 @@ $(TARGETS): $(OBJECTS)
$(DEFS) $(CFLAGS) $< > $@
%.so: %.o
$(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $< -o $@
$(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(CLDFLAGS) $< $(LIBS) -o $@
ifeq ("@LIB_SUFFIX@","so")
$(LIB_SHARED): $(OBJECTS) $(LDDEPS)