Changeset 592
- Timestamp:
- 07/23/06 16:55:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/modules/shellcode-signatures/Makefile.am
r591 r592 8 8 AM_CXXFLAGS = -Wall -Werror 9 9 AM_CFLAGS = -Wall 10 AM_LDFLAGS = $(LIB_PCRE) 10 AM_LDFLAGS = $(LIB_PCRE) @LEXLIB@ -ly 11 11 12 12 YACC += -d 13 LEX += -d 13 14 14 15 15 pkglib_LTLIBRARIES = shellcodesignatures.la … … 34 34 shellcodesignatures_la_SOURCES += sch_namespace_alphanumericxor.cpp sch_namespace_alphanumericxor.hpp 35 35 36 shellcodesignatures_la_LDFLAGS = @LEXLIB@-module -no-undefined -avoid-version36 shellcodesignatures_la_LDFLAGS = -module -no-undefined -avoid-version 37 37
