Changeset 718

Show
Ignore:
Timestamp:
12/29/06 00:29:59 (2 years ago)
Author:
common
Message:

nepenthes

  • various Makefile.am automake 1.10 fixes
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/dnsresolve-adns/Makefile.am

    r695 r718  
    1313dnsresolveadns_la_SOURCES = dnsresolve-adns.cpp dnsresolve-adns.hpp 
    1414 
    15 dnsresolveadns_la_LDFLAGS = -module -no-undefined -avoid-version 
     15dnsresolveadns_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
  • nepenthes/trunk/modules/download-curl/Makefile.am

    r695 r718  
    1313downloadcurl_la_SOURCES = download-curl.conf.dist download-curl.hpp download-curl.cpp 
    1414 
    15 downloadcurl_la_LDFLAGS = -module -no-undefined -avoid-version 
     15downloadcurl_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
  • nepenthes/trunk/modules/log-prelude/Makefile.am

    r695 r718  
    1313logprelude_la_SOURCES = log-prelude.cpp log-prelude.hpp log-prelude.conf.dist 
    1414 
    15 logprelude_la_LDFLAGS = -module -no-undefined -avoid-version 
     15logprelude_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
    1616 
  • nepenthes/trunk/modules/log-surfnet/Makefile.am

    r695 r718  
    77AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -I/usr/include/postgresql -pipe -D _GNU_SOURCE 
    88AM_CXXFLAGS = -Wall -Werror 
    9 AM_LDFLAGS = ${LIB_POSTGRES} 
    109 
    1110pkglib_LTLIBRARIES = logsurfnet.la 
  • nepenthes/trunk/modules/module-honeytrap/Makefile.am

    r677 r718  
    1616modulehoneytrap_la_SOURCES += module-honeytrap.conf.dist 
    1717 
    18 modulehoneytrap_la_LDFLAGS = -module -no-undefined -avoid-version 
     18modulehoneytrap_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
  • nepenthes/trunk/modules/shellcode-generic/Makefile.am

    r695 r718  
    3333shellcodegeneric_la_SOURCES += sch_generic_wget.cpp            sch_generic_wget.hpp 
    3434 
    35 shellcodegeneric_la_LDFLAGS = -module -no-undefined -avoid-version 
     35shellcodegeneric_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
  • nepenthes/trunk/modules/shellcode-signatures/Makefile.am

    r696 r718  
    3434shellcodesignatures_la_SOURCES += sch_namespace_alphanumericxor.cpp sch_namespace_alphanumericxor.hpp 
    3535 
    36 shellcodesignatures_la_LDFLAGS = -module -no-undefined -avoid-version 
     36shellcodesignatures_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
    3737 
  • nepenthes/trunk/modules/sqlhandler-postgres/Makefile.am

    r695 r718  
    1313sqlhandlerpostgres_la_SOURCES = sqlhandler-postgres.cpp sqlhandler-postgres.hpp 
    1414 
    15 sqlhandlerpostgres_la_LDFLAGS = -module -no-undefined -avoid-version 
     15sqlhandlerpostgres_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
  • nepenthes/trunk/modules/submit-norman/Makefile.am

    r695 r718  
    1313submitnorman_la_SOURCES = submit-norman.conf.dist submit-norman.hpp submit-norman.cpp 
    1414 
    15 submitnorman_la_LDFLAGS = -module -no-undefined -avoid-version 
     15submitnorman_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS) 
  • nepenthes/trunk/modules/vuln-bagle/Makefile.am

    r321 r718  
    77AM_CPPFLAGS = -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE 
    88AM_CXXFLAGS = -Wall -Werror 
    9 AM_LDFLAGS = -lpcre 
    109 
    1110pkglib_LTLIBRARIES = vulnbagle.la 
  • nepenthes/trunk/modules/vuln-ssh/Makefile.am

    r695 r718  
    1313vulnssh_la_SOURCES =  vuln-ssh.cpp vuln-ssh.hpp SSHSocket.cpp SSHSocket.hpp SSHDialogue.cpp SSHDialogue.hpp vuln-ssh.conf.dist 
    1414 
    15 vulnssh_la_LDFLAGS = -module -no-undefined -avoid-version 
     15vulnssh_la_LDFLAGS = -module -no-undefined -avoid-version $(AM_LDFLAGS)