Changeset 967
- Timestamp:
- 09/05/06 16:15:18 (7 years ago)
- Location:
- trunk/libpacketdump
- Files:
-
- 1 added
- 1 edited
-
Makefile.am (modified) (4 diffs)
-
parser/Makefile.am (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libpacketdump/Makefile.am
r963 r967 1 SUBDIRS=parser 1 2 lib_LTLIBRARIES = libpacketdump.la 2 3 include_HEADERS = libpacketdump.h … … 100 101 101 102 libpacketdump_la_SOURCES = libpacketdump.cc \ 102 parser/lexer.l \ 103 parser/parser.y \ 104 parser/bitbuffer.c \ 105 parser/bitbuffer.h \ 106 parser/grammar.h 103 parser/libparser.la 107 104 108 105 plugin_LTLIBRARIES = $(BIN_PROTOCOLS) … … 110 107 111 108 INCLUDES= @ADD_INCLS@ -I../lib -I../ 112 libpacketdump_la_LIBADD = @ADD_LIBS@ 109 libpacketdump_la_LIBADD = @ADD_LIBS@ parser/libparser.a @LIBFLEX@ 113 110 libpacketdump_la_LDFLAGS=\ 114 111 -version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ \ … … 117 114 AM_CXXFLAGS=-g -Wall -DDIRNAME=\"$(plugindir)\" $(INCLUDES) 118 115 119 EXTRA_DIST=parser/lexer.l parser/parser.y120 BUILT_SOURCES=parser/parser.h121 AM_YFLAGS=-d122
Note: See TracChangeset
for help on using the changeset viewer.
