Changeset 695

Show
Ignore:
Timestamp:
11/08/06 17:37:07 (2 years ago)
Author:
common
Message:

nepenthes

  • autotools mess
    • check if this might work with newer versions
Files:

Legend:

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

    r556 r695  
    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 = $(LIB_ADNS) 
     9AM_LDFLAGS = ${LIB_ADNS} 
    1010 
    1111pkglib_LTLIBRARIES = dnsresolveadns.la 
  • nepenthes/trunk/modules/download-curl/Makefile.am

    r556 r695  
    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 = $(LIB_CURL) 
     9AM_LDFLAGS = ${LIB_CURL} 
    1010 
    1111pkglib_LTLIBRARIES = downloadcurl.la 
  • nepenthes/trunk/modules/log-prelude/Makefile.am

    r565 r695  
    77AM_CPPFLAGS = -I/usr/include/libprelude -I$(top_srcdir)/nepenthes-core/include -I$(top_srcdir)/nepenthes-core/src -pipe -D _GNU_SOURCE $(CPPFLAG_PRELUDE) 
    88AM_CXXFLAGS = -Wall 
    9 AM_LDFLAGS = $(LDFLAG_PRELUDE) $(LIB_PRELUDE) 
     9AM_LDFLAGS = $(LDFLAG_PRELUDE) ${LIB_PRELUDE} 
    1010 
    1111pkglib_LTLIBRARIES = logprelude.la 
  • nepenthes/trunk/modules/log-surfnet/Makefile.am

    r673 r695  
    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) 
     9AM_LDFLAGS = ${LIB_POSTGRES} 
    1010 
    1111pkglib_LTLIBRARIES = logsurfnet.la 
  • nepenthes/trunk/modules/shellcode-generic/Makefile.am

    r556 r695  
    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 = $(LIB_PCRE) 
     9AM_LDFLAGS = ${LIB_PCRE} 
    1010 
    1111pkglib_LTLIBRARIES = shellcodegeneric.la 
  • nepenthes/trunk/modules/shellcode-signatures/Makefile.am

    r653 r695  
    88AM_CXXFLAGS = -Wall -Werror 
    99AM_CFLAGS = -Wall 
    10 AM_LDFLAGS = $(LIB_PCRE) @LEXLIB@ $(LIB_LIBY) 
     10AM_LDFLAGS = ${LIB_PCRE} @LEXLIB@ ${LIB_LIBY} 
    1111 
    1212YACC += -d 
  • nepenthes/trunk/modules/sqlhandler-postgres/Makefile.am

    r626 r695  
    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 = $(LIB_POSTGRES) 
     9AM_LDFLAGS = ${LIB_POSTGRES} 
    1010 
    1111pkglib_LTLIBRARIES = sqlhandlerpostgres.la 
  • nepenthes/trunk/modules/submit-norman/Makefile.am

    r556 r695  
    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 = $(LIB_CURL) 
     9AM_LDFLAGS = ${LIB_CURL} 
    1010 
    1111pkglib_LTLIBRARIES = submitnorman.la 
  • nepenthes/trunk/modules/vuln-optix/Makefile.am

    r556 r695  
    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 = $(LIB_PCRE) 
     9AM_LDFLAGS = ${LIB_PCRE} 
    1010 
    1111pkglib_LTLIBRARIES = vulnoptix.la 
  • nepenthes/trunk/modules/vuln-ssh/Makefile.am

    r556 r695  
    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 = $(LIB_SSH) 
     9AM_LDFLAGS = ${LIB_SSH} 
    1010 
    1111pkglib_LTLIBRARIES = vulnssh.la 
  • nepenthes/trunk/nepenthes-core/src/Makefile.am

    r686 r695  
    66 
    77AM_CPPFLAGS = -I../include -I ../.. -Wall -Werror 
    8 AM_LDFLAGS = $(LIB_MAGIC) $(LIB_CAP) $(LIB_DL) 
     8AM_LDFLAGS = ${LIB_MAGIC} ${LIB_CAP} ${LIB_DL} 
    99 
    1010bin_PROGRAMS = nepenthes