Changeset 556
- Timestamp:
- 05/31/06 07:04:17 (3 years ago)
- Files:
-
- nepenthes/trunk/configure.ac (modified) (11 diffs)
- nepenthes/trunk/modules/dnsresolve-adns/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-creceive/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-csend/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-curl/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-ftp/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-http/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-link/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-rcp/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-tftp/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/log-download/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/log-irc/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/log-surfnet/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/module-bridge/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/module-portwatch/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-generic/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/shellcode-signatures/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/shellemu-winnt/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/submit-file/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/submit-gotek/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/submit-norman/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-asn1/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-dameware/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-dcom/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-ftpd/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-iis/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-kuang2/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-lsass/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-msdtc/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-msmq/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-mssql/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-mydoom/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-mydoom/MydoomDialogue.cpp (modified) (1 diff)
- nepenthes/trunk/modules/vuln-netbiosname/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-netdde/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-optix/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-pnp/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-sasserftpd/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-ssh/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-sub7/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-upnp/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-veritas/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-wins/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/x-1/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/x-2/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/x-3/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/x-4/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/x-5/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/x-6/Makefile.am (modified) (1 diff)
- nepenthes/trunk/nepenthes-core/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/configure.ac
r536 r556 164 164 165 165 166 # libadns 167 AC_SUBST([LIB_ADNS]) 168 169 # libpcre 170 AC_SUBST([LIB_PCRE]) 171 172 # libcurl 173 AC_SUBST([LIB_CURL]) 174 175 # libcapabilities 176 AC_SUBST([LIB_CAP]) 177 178 # libmagic 179 AC_SUBST([LIB_MAGIC]) 180 181 # libpq 182 AC_SUBST([LIB_POSTGRES]) 183 184 # libprelude 185 AC_SUBST([LIB_PRELUDE]) 186 AC_SUBST([LDFLAG_PRELUDE]) 187 AC_SUBST([CPPFLAG_PRELUDE]) 188 189 166 190 dnl ************************************************** 167 191 dnl * debug logging * … … 205 229 [AC_DEFINE(HAVE_LIBCURL, 1, 206 230 [Define if you want to use libcurl]) 207 LIBS="-lcurl $LIBS"],231 LIB_CURL="-lcurl"], 208 232 [AC_MSG_ERROR([libcurl is missing - install it please]) 209 233 ]) … … 240 264 [AC_DEFINE(HAVE_LIBPCRE, 1, 241 265 [Define if you want to use libpcre]) 242 LIB S="-lpcre $LIBS"],266 LIB_PCRE="-lpcre"], 243 267 [AC_MSG_ERROR([libpcre is missing - install it please]) 244 268 ]) … … 275 299 [AC_DEFINE(HAVE_LIBMAGIC, 1, 276 300 [Define if you want to use libmagic]) 277 LIB S="-lmagic $LIBS"],301 LIB_MAGIC="-lmagic"], 278 302 [AC_MSG_ERROR([libmagic is missing - install it please]) 279 303 ]) … … 340 364 else 341 365 AC_DEFINE(HAVE_LIBSSH,1,[Define wether we have libssh]) 342 LIB S="-lssh $LIBS"366 LIB_SSH="-lssh" 343 367 fi 344 368 … … 406 430 else 407 431 AC_DEFINE(HAVE_MYSQL, 1 , [Define if we have mysql client library]) 408 LIB S="-lmysqlclient $LIBS"432 LIB_MYSQL="-lmysqlclient" 409 433 fi 410 434 … … 475 499 else 476 500 AC_DEFINE(HAVE_POSTGRES, 1 , [Define if we have postgre client library]) 477 LIB S="-lpq $LIBS"501 LIB_POSTGRES="-lpq" 478 502 fi 479 503 … … 546 570 [AC_DEFINE(HAVE_LIBADNS, 1, 547 571 [Define if you want to use adns]) 548 LIB S="-ladns $LIBS"],572 LIB_ADNS="-ladns"], 549 573 enable_dnsresolve_adns=no 550 574 ) … … 611 635 PRELUDE_CPPFLAGS=`$LIBPRELUDE_CONFIG --cflags` 612 636 613 LIB S="$PRELUDE_LIBS $LIBS"614 LDFLAG S="$PRELUDE_LDFLAGS $LDFLAGS"615 CPPFLAG S="$PRELUDE_CPPFLAGS $CPPFLAGS"637 LIB_PRELUDE="$PRELUDE_LIBS" 638 LDFLAG_PRELUDE="$PRELUDE_LDFLAGS" 639 CPPFLAG="$PRELUDE_CPPFLAGS" 616 640 617 641 fi … … 628 652 AC_ARG_ENABLE(capabilities, [ --enable-capabilities Enable capabilities [default=auto]], 629 653 [enable_capabilities="$enableval"], 630 [enable_capabilities=" no"])654 [enable_capabilities="yes"]) 631 655 632 656 if test x$enable_capabilities = xno ; then … … 658 682 [ 659 683 AC_DEFINE(HAVE_LIBCAP, 1,[Define if libcap is available to restrict process capabilities]) 660 LIB S="$LIBS-lcap"684 LIB_CAP="-lcap" 661 685 enable_capabilities="yes" 662 686 ], nepenthes/trunk/modules/dnsresolve-adns/Makefile.am
r332 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -ladns9 AM_LDFLAGS = $(LIB_ADNS) 10 10 11 11 pkglib_LTLIBRARIES = dnsresolveadns.la nepenthes/trunk/modules/download-creceive/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = downloadcreceive.la nepenthes/trunk/modules/download-csend/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -module -no-undefined -avoid-version -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = downloadcsend.la nepenthes/trunk/modules/download-curl/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lcurl9 AM_LDFLAGS = $(LIB_CURL) 10 10 11 11 pkglib_LTLIBRARIES = downloadcurl.la nepenthes/trunk/modules/download-ftp/Makefile.am
r343 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = downloadftp.la nepenthes/trunk/modules/download-http/Makefile.am
r332 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = 9 10 10 11 11 pkglib_LTLIBRARIES = downloadhttp.la nepenthes/trunk/modules/download-link/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = downloadlink.la nepenthes/trunk/modules/download-rcp/Makefile.am
r341 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -module -no-undefined -avoid-version 9 10 10 11 11 pkglib_LTLIBRARIES = downloadrcp.la nepenthes/trunk/modules/download-tftp/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -module -no-undefined -avoid-version -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = downloadtftp.la nepenthes/trunk/modules/log-download/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = logdownload.la nepenthes/trunk/modules/log-irc/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = logirc.la nepenthes/trunk/modules/log-surfnet/Makefile.am
r332 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -I/usr/include/postgresql -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 #AM_LDFLAGS = -lpq 9 AM_LDFLAGS = $(LIB_POSTGRES) 10 10 11 11 pkglib_LTLIBRARIES = logsurfnet.la nepenthes/trunk/modules/module-bridge/Makefile.am
r343 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = modulebridge.la nepenthes/trunk/modules/module-portwatch/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = moduleportwatch.la nepenthes/trunk/modules/shellcode-generic/Makefile.am
r372 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre9 AM_LDFLAGS = $(LIB_PCRE) 10 10 11 11 pkglib_LTLIBRARIES = shellcodegeneric.la nepenthes/trunk/modules/shellcode-signatures/Makefile.am
r529 r556 8 8 AM_CXXFLAGS = -Wall -Werror 9 9 AM_CFLAGS = -Wall 10 AM_LDFLAGS = -lpcre10 AM_LDFLAGS = $(LIB_PCRE) 11 11 12 12 pkglib_LTLIBRARIES = shellcodesignatures.la nepenthes/trunk/modules/shellemu-winnt/Makefile.am
r341 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = shellemuwinnt.la nepenthes/trunk/modules/submit-file/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = submitfile.la nepenthes/trunk/modules/submit-gotek/Makefile.am
r370 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = submitgotek.la nepenthes/trunk/modules/submit-norman/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre9 AM_LDFLAGS = $(LIB_CURL) 10 10 11 11 pkglib_LTLIBRARIES = submitnorman.la nepenthes/trunk/modules/vuln-asn1/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnasn1.la nepenthes/trunk/modules/vuln-dameware/Makefile.am
r330 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulndameware.la nepenthes/trunk/modules/vuln-dcom/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulndcom.la nepenthes/trunk/modules/vuln-ftpd/Makefile.am
r345 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnftpd.la nepenthes/trunk/modules/vuln-iis/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulniis.la nepenthes/trunk/modules/vuln-kuang2/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnkuang2.la nepenthes/trunk/modules/vuln-lsass/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnlsass.la nepenthes/trunk/modules/vuln-msdtc/Makefile.am
r339 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnmsdtc.la nepenthes/trunk/modules/vuln-msmq/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnmsmq.la nepenthes/trunk/modules/vuln-mssql/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre10 9 11 10 pkglib_LTLIBRARIES = vulnmssql.la nepenthes/trunk/modules/vuln-mydoom/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnmydoom.la nepenthes/trunk/modules/vuln-mydoom/MydoomDialogue.cpp
r538 r556 131 131 { 132 132 m_Download->getDownloadBuffer()->addData((char *)msg->getMsg(),msg->getSize()); 133 return CL_ASSIGN _AND_DONE;133 return CL_ASSIGN; 134 134 } 135 135 break; nepenthes/trunk/modules/vuln-netbiosname/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnnetbiosname.la nepenthes/trunk/modules/vuln-netdde/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnnetdde.la nepenthes/trunk/modules/vuln-optix/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre9 AM_LDFLAGS = $(LIB_PCRE) 10 10 11 11 pkglib_LTLIBRARIES = vulnoptix.la nepenthes/trunk/modules/vuln-pnp/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnpnp.la nepenthes/trunk/modules/vuln-sasserftpd/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnsasserftpd.la nepenthes/trunk/modules/vuln-ssh/Makefile.am
r332 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 #AM_LDFLAGS = -lssh -L/usr/lib/ 9 AM_LDFLAGS = $(LIB_SSH) 10 10 11 11 pkglib_LTLIBRARIES = vulnssh.la nepenthes/trunk/modules/vuln-sub7/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnsub7.la nepenthes/trunk/modules/vuln-upnp/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnupnp.la nepenthes/trunk/modules/vuln-veritas/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnveritas.la nepenthes/trunk/modules/vuln-wins/Makefile.am
r439 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = vulnwins.la nepenthes/trunk/modules/x-1/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = x1.la nepenthes/trunk/modules/x-2/Makefile.am
r330 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = x2.la nepenthes/trunk/modules/x-3/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = x3.la nepenthes/trunk/modules/x-4/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = x4.la nepenthes/trunk/modules/x-5/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = x5.la nepenthes/trunk/modules/x-6/Makefile.am
r321 r556 7 7 AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 8 8 AM_CXXFLAGS = -Wall -Werror 9 AM_LDFLAGS = -lpcre 9 10 10 11 11 pkglib_LTLIBRARIES = x6.la nepenthes/trunk/nepenthes-core/src/Makefile.am
r535 r556 6 6 7 7 AM_CPPFLAGS = -I../include -I ../.. -Wall -Werror 8 AM_LDFLAGS = $(LIB_MAGIC) -ldl 8 9 9 10 bin_PROGRAMS = nepenthes
