Changeset 959


Ignore:
Timestamp:
08/28/06 15:39:41 (7 years ago)
Author:
perry
Message:

Due to Gentooisms libpacketdump now needs to be linked with -lpacketdump -lfl

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r904 r959  
    22TOOLS_DIR = tools 
    33if LIBTRACE_SWIG 
    4 SWIG_DIR = swig 
     4#SWIG_DIR = swig 
    55endif 
    66SUBDIRS = lib docs $(LIBPACKETDUMP_DIR) $(TOOLS_DIR) $(SWIG_DIR) 
  • trunk/libpacketdump/Makefile.am

    r958 r959  
    113113libpacketdump_la_LDFLAGS=\ 
    114114        -version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ \ 
    115         @ADD_LDFLAGS@ \ 
    116         -L./parser 
     115        @ADD_LDFLAGS@ 
    117116 
    118117AM_CXXFLAGS=-g -Wall -DDIRNAME=\"$(plugindir)\" $(INCLUDES) 
     
    121120BUILT_SOURCES=parser.h 
    122121AM_YFLAGS=-d 
     122 
  • trunk/tools/tracedump/Makefile.am

    r797 r959  
    55include ../Makefile.tools 
    66tracedump_SOURCES = tracedump.cc 
    7 tracedump_LDADD = -ltrace -lpacketdump   
     7tracedump_LDADD = -ltrace -lpacketdump -lfl 
Note: See TracChangeset for help on using the changeset viewer.