Changeset 967


Ignore:
Timestamp:
09/05/06 16:15:18 (7 years ago)
Author:
perry
Message:

Moved back to a seperate Makefile.am for the parser

Location:
trunk/libpacketdump
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libpacketdump/Makefile.am

    r963 r967  
     1SUBDIRS=parser 
    12lib_LTLIBRARIES = libpacketdump.la 
    23include_HEADERS = libpacketdump.h 
     
    100101 
    101102libpacketdump_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 
    107104 
    108105plugin_LTLIBRARIES = $(BIN_PROTOCOLS) 
     
    110107 
    111108INCLUDES= @ADD_INCLS@ -I../lib -I../ 
    112 libpacketdump_la_LIBADD = @ADD_LIBS@  
     109libpacketdump_la_LIBADD = @ADD_LIBS@ parser/libparser.a @LIBFLEX@ 
    113110libpacketdump_la_LDFLAGS=\ 
    114111        -version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ \ 
     
    117114AM_CXXFLAGS=-g -Wall -DDIRNAME=\"$(plugindir)\" $(INCLUDES) 
    118115 
    119 EXTRA_DIST=parser/lexer.l parser/parser.y 
    120 BUILT_SOURCES=parser/parser.h 
    121 AM_YFLAGS=-d 
    122  
Note: See TracChangeset for help on using the changeset viewer.