Ignore:
Timestamp:
11/02/05 11:53:44 (8 years ago)
Author:
dlawson
Message:

added --disable-libpacketdump and --disable-tools configure options.

tools/tracedump will only get built if libpacketdump is also being built
libpacketdump will fail to build (and generate an error) if there is no c++ compiler installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libpacketdump/Makefile.am

    r465 r468  
    11lib_LTLIBRARIES = libpacketdump.la 
    22include_HEADERS = libpacketdump.h  
    3  
    4 #LINK_LAYERS=$(addsuffix .so,$(basename $(wildcard link_*.cc))) 
    5 #ETH_LAYERS=$(addsuffix .so,$(basename $(wildcard eth_*.cc))) 
    6 #IP_LAYERS=$(addsuffix .so,$(basename $(wildcard ip_*.cc))) 
    7 #TCP_LAYERS=$(addsuffix .so,$(basename $(wildcard tcp_*.cc))) 
    83 
    94LINK_LAYERS=$(wildcard link_*.cc) 
     
    3732install-exec-local: 
    3833        for plugin in $(PLUGINS); do install -D -m 755 $$plugin $(PLUGINDIR)/$$plugin; done 
     34 
     35uninstall-exec-local: 
     36        for plugin in $(PLUGINS); do rm -f $(PLUGINDIR)/$$plugin; done 
Note: See TracChangeset for help on using the changeset viewer.