Changeset 1262


Ignore:
Timestamp:
09/05/07 16:26:33 (6 years ago)
Author:
perry
Message:

Deprecate wtf/wag

Location:
trunk/lib
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile.am

    r1242 r1262  
    11lib_LTLIBRARIES = libtrace.la 
    2 include_HEADERS = libtrace.h dagformat.h wag.h lt_inttypes.h daglegacy.h rt_protocol.h libtraceio.h 
     2include_HEADERS = libtrace.h dagformat.h lt_inttypes.h daglegacy.h rt_protocol.h libtraceio.h 
    33 
    44extra_DIST = format_template.c 
     
    3333 
    3434libtrace_la_SOURCES = $(LIBTRACEIO) trace.c common.h \ 
    35                 format_erf.c format_pcap.c format_wag.c format_legacy.c \ 
     35                format_erf.c format_pcap.c format_legacy.c \ 
    3636                format_rt.c format_helper.c format_helper.h format_pcapfile.c \ 
    3737                format_duck.c format_tsh.c $(NATIVEFORMATS) $(BPFFORMATS) \ 
  • trunk/lib/trace.c

    r1246 r1262  
    236236                pcapfile_constructor(); 
    237237                rt_constructor(); 
    238                 wag_constructor(); 
    239238#ifdef HAVE_DAG 
    240239                dag_constructor(); 
Note: See TracChangeset for help on using the changeset viewer.