On Wednesday 2013-01-02 05:03, Mike Frysinger wrote: >On Monday 31 December 2012 00:54:06 Jan Engelhardt wrote: >> Like this? We cannot really get rid of mentioning .libs without involving >> libltdl, and there I really do not want to go. > >why ? are the modules run directly out of the build tree, Yes, one can run them out of the build tree; by using ./configure --with-xtlibdir=$PWD/extensions >> + ${AM_VERBOSE_NULL} ln -fs .libs/$@ $@; > >i'm not sure why a lot of these rules have trailing semi-colons. they're >pointless. Hm must be a habit of doing other programming languages. >> + ${AM_VERBOSE_CCLD} ../libtool ${AM_LIBTOOL_SILENT} --tag=CC --mode=link >> ${CCLD} ${AM_LDFLAGS} -module ${LDFLAGS} -o $@ $< -L../libxtables >> -lxtables ${$*_LIBADD} -rpath ${xtlibdir}; > >should be ../libxtables/libxtables.la rather than -L/-l for libxtables > >> libxt_NOTRACK.so: libxt_CT.so >> ln -fs $< $@ >> libxt_state.so: libxt_conntrack.so >> ln -fs $< $@ > >these two rules could use your new $AM_VERBOSE_NULL > >otherwise, this is an improvement imo over the existing code >-mike > -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html