Changeset 718
- Timestamp:
- 12/29/06 00:29:59 (2 years ago)
- Files:
-
- nepenthes/trunk/modules/dnsresolve-adns/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/download-curl/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/log-prelude/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/log-surfnet/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/module-honeytrap/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/sqlhandler-postgres/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/submit-norman/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-bagle/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-ssh/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/dnsresolve-adns/Makefile.am
r695 r718 13 13 dnsresolveadns_la_SOURCES = dnsresolve-adns.cpp dnsresolve-adns.hpp 14 14 15 dnsresolveadns_la_LDFLAGS = -module -no-undefined -avoid-version 15 dnsresolveadns_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) nepenthes/trunk/modules/download-curl/Makefile.am
r695 r718 13 13 downloadcurl_la_SOURCES = download-curl.conf.dist download-curl.hpp download-curl.cpp 14 14 15 downloadcurl_la_LDFLAGS = -module -no-undefined -avoid-version 15 downloadcurl_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) nepenthes/trunk/modules/log-prelude/Makefile.am
r695 r718 13 13 logprelude_la_SOURCES = log-prelude.cpp log-prelude.hpp log-prelude.conf.dist 14 14 15 logprelude_la_LDFLAGS = -module -no-undefined -avoid-version 15 logprelude_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 16 16 nepenthes/trunk/modules/log-surfnet/Makefile.am
r695 r718 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 = ${LIB_POSTGRES}10 9 11 10 pkglib_LTLIBRARIES = logsurfnet.la nepenthes/trunk/modules/module-honeytrap/Makefile.am
r677 r718 16 16 modulehoneytrap_la_SOURCES += module-honeytrap.conf.dist 17 17 18 modulehoneytrap_la_LDFLAGS = -module -no-undefined -avoid-version 18 modulehoneytrap_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) nepenthes/trunk/modules/shellcode-generic/Makefile.am
r695 r718 33 33 shellcodegeneric_la_SOURCES += sch_generic_wget.cpp sch_generic_wget.hpp 34 34 35 shellcodegeneric_la_LDFLAGS = -module -no-undefined -avoid-version 35 shellcodegeneric_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) nepenthes/trunk/modules/shellcode-signatures/Makefile.am
r696 r718 34 34 shellcodesignatures_la_SOURCES += sch_namespace_alphanumericxor.cpp sch_namespace_alphanumericxor.hpp 35 35 36 shellcodesignatures_la_LDFLAGS = -module -no-undefined -avoid-version 36 shellcodesignatures_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 37 37 nepenthes/trunk/modules/sqlhandler-postgres/Makefile.am
r695 r718 13 13 sqlhandlerpostgres_la_SOURCES = sqlhandler-postgres.cpp sqlhandler-postgres.hpp 14 14 15 sqlhandlerpostgres_la_LDFLAGS = -module -no-undefined -avoid-version 15 sqlhandlerpostgres_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) nepenthes/trunk/modules/submit-norman/Makefile.am
r695 r718 13 13 submitnorman_la_SOURCES = submit-norman.conf.dist submit-norman.hpp submit-norman.cpp 14 14 15 submitnorman_la_LDFLAGS = -module -no-undefined -avoid-version 15 submitnorman_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) nepenthes/trunk/modules/vuln-bagle/Makefile.am
r321 r718 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 = vulnbagle.la nepenthes/trunk/modules/vuln-ssh/Makefile.am
r695 r718 13 13 vulnssh_la_SOURCES = vuln-ssh.cpp vuln-ssh.hpp SSHSocket.cpp SSHSocket.hpp SSHDialogue.cpp SSHDialogue.hpp vuln-ssh.conf.dist 14 14 15 vulnssh_la_LDFLAGS = -module -no-undefined -avoid-version 15 vulnssh_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS)
