Changeset 695
- Timestamp:
- 11/08/06 17:37:07 (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/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-optix/Makefile.am (modified) (1 diff)
- nepenthes/trunk/modules/vuln-ssh/Makefile.am (modified) (1 diff)
- nepenthes/trunk/nepenthes-core/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/dnsresolve-adns/Makefile.am
r556 r695 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 = $ (LIB_ADNS)9 AM_LDFLAGS = ${LIB_ADNS} 10 10 11 11 pkglib_LTLIBRARIES = dnsresolveadns.la nepenthes/trunk/modules/download-curl/Makefile.am
r556 r695 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 = $ (LIB_CURL)9 AM_LDFLAGS = ${LIB_CURL} 10 10 11 11 pkglib_LTLIBRARIES = downloadcurl.la nepenthes/trunk/modules/log-prelude/Makefile.am
r565 r695 7 7 AM_CPPFLAGS = -I/usr/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE $(CPPFLAG_PRELUDE) 8 8 AM_CXXFLAGS = -Wall 9 AM_LDFLAGS = $(LDFLAG_PRELUDE) $ (LIB_PRELUDE)9 AM_LDFLAGS = $(LDFLAG_PRELUDE) ${LIB_PRELUDE} 10 10 11 11 pkglib_LTLIBRARIES = logprelude.la nepenthes/trunk/modules/log-surfnet/Makefile.am
r673 r695 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)9 AM_LDFLAGS = ${LIB_POSTGRES} 10 10 11 11 pkglib_LTLIBRARIES = logsurfnet.la nepenthes/trunk/modules/shellcode-generic/Makefile.am
r556 r695 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 = $ (LIB_PCRE)9 AM_LDFLAGS = ${LIB_PCRE} 10 10 11 11 pkglib_LTLIBRARIES = shellcodegeneric.la nepenthes/trunk/modules/shellcode-signatures/Makefile.am
r653 r695 8 8 AM_CXXFLAGS = -Wall -Werror 9 9 AM_CFLAGS = -Wall 10 AM_LDFLAGS = $ (LIB_PCRE) @LEXLIB@ $(LIB_LIBY)10 AM_LDFLAGS = ${LIB_PCRE} @LEXLIB@ ${LIB_LIBY} 11 11 12 12 YACC += -d nepenthes/trunk/modules/sqlhandler-postgres/Makefile.am
r626 r695 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 = $ (LIB_POSTGRES)9 AM_LDFLAGS = ${LIB_POSTGRES} 10 10 11 11 pkglib_LTLIBRARIES = sqlhandlerpostgres.la nepenthes/trunk/modules/submit-norman/Makefile.am
r556 r695 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 = $ (LIB_CURL)9 AM_LDFLAGS = ${LIB_CURL} 10 10 11 11 pkglib_LTLIBRARIES = submitnorman.la nepenthes/trunk/modules/vuln-optix/Makefile.am
r556 r695 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 = $ (LIB_PCRE)9 AM_LDFLAGS = ${LIB_PCRE} 10 10 11 11 pkglib_LTLIBRARIES = vulnoptix.la nepenthes/trunk/modules/vuln-ssh/Makefile.am
r556 r695 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 = $ (LIB_SSH)9 AM_LDFLAGS = ${LIB_SSH} 10 10 11 11 pkglib_LTLIBRARIES = vulnssh.la nepenthes/trunk/nepenthes-core/src/Makefile.am
r686 r695 6 6 7 7 AM_CPPFLAGS = -I../include -I ../.. -Wall -Werror 8 AM_LDFLAGS = $ (LIB_MAGIC) $(LIB_CAP) $(LIB_DL)8 AM_LDFLAGS = ${LIB_MAGIC} ${LIB_CAP} ${LIB_DL} 9 9 10 10 bin_PROGRAMS = nepenthes
