Changeset 592

Show
Ignore:
Timestamp:
07/23/06 16:55:32 (2 years ago)
Author:
common
Message:

nepenthes

  • shellcode-signatures
    • remove lex debug flag (was there by accident)
    • add -ly to link on liby (yacc)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/modules/shellcode-signatures/Makefile.am

    r591 r592  
    88AM_CXXFLAGS = -Wall -Werror 
    99AM_CFLAGS = -Wall 
    10 AM_LDFLAGS = $(LIB_PCRE) 
     10AM_LDFLAGS = $(LIB_PCRE) @LEXLIB@ -ly 
    1111 
    1212YACC += -d 
    13 LEX  += -d 
     13 
    1414 
    1515pkglib_LTLIBRARIES = shellcodesignatures.la 
     
    3434shellcodesignatures_la_SOURCES += sch_namespace_alphanumericxor.cpp sch_namespace_alphanumericxor.hpp 
    3535 
    36 shellcodesignatures_la_LDFLAGS = @LEXLIB@ -module -no-undefined -avoid-version 
     36shellcodesignatures_la_LDFLAGS = -module -no-undefined -avoid-version 
    3737