]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: offer LDLIBS placeholder
authorJan Engelhardt <jengelh@medozas.de>
Sat, 7 Nov 2009 19:50:57 +0000 (20:50 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 7 Nov 2009 19:50:57 +0000 (20:50 +0100)
Makefile.iptrules.in

index 4fcdd02599ee45f65aa8b06142eeffeed852dce7..915fd75c369ad9f1410d6a4ecba1fc8f65c1cb1a 100644 (file)
@@ -53,7 +53,7 @@ clean:
        rm -f *.oo *.so;
 
 lib%.so: lib%.oo
-       ${AM_V_CCLD}${CCLD} ${AM_LDFLAGS} -shared ${LDFLAGS} -o $@ $<;
+       ${AM_V_CCLD}${CCLD} ${AM_LDFLAGS} -shared ${LDFLAGS} -o $@ $< ${LDLIBS};
 
 %.oo: ${XA_SRCDIR}/%.c
        ${AM_V_CC}${CC} ${AM_DEPFLAGS} ${AM_CFLAGS} -DPIC -fPIC ${CFLAGS} -o $@ -c $<;