Changeset 804


Ignore:
Timestamp:
05/18/06 13:26:35 (7 years ago)
Author:
bcj3
Message:

Updated to include the Makefile in libpacketdump/parser as well as checking for flex and bison

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r799 r804  
    1818 
    1919AC_CONFIG_FILES([Makefile lib/Makefile docs/Makefile libpacketdump/Makefile 
     20        libpacketdump/parser/Makefile 
    2021        tools/Makefile tools/traceanon/Makefile tools/tracedump/Makefile  
    2122        tools/tracemerge/Makefile tools/tracereport/Makefile  
     
    3435#AC_LIBTOOL_DLOPEN 
    3536AC_PROG_LIBTOOL 
     37AC_PROG_YACC 
     38AC_PROG_LEX 
    3639 
    3740AC_CONFIG_LIBOBJ_DIR(lib) 
Note: See TracChangeset for help on using the changeset viewer.