mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-08 21:54:57 +02:00
build: offer LDLIBS placeholder
This commit is contained in:
@@ -53,7 +53,7 @@ clean:
|
|||||||
rm -f *.oo *.so;
|
rm -f *.oo *.so;
|
||||||
|
|
||||||
lib%.so: lib%.oo
|
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
|
%.oo: ${XA_SRCDIR}/%.c
|
||||||
${AM_V_CC}${CC} ${AM_DEPFLAGS} ${AM_CFLAGS} -DPIC -fPIC ${CFLAGS} -o $@ -c $<;
|
${AM_V_CC}${CC} ${AM_DEPFLAGS} ${AM_CFLAGS} -DPIC -fPIC ${CFLAGS} -o $@ -c $<;
|
||||||
|
Reference in New Issue
Block a user