Changeset 1262
- Timestamp:
- 09/05/07 16:26:33 (6 years ago)
- Location:
- trunk/lib
- Files:
-
- 2 deleted
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
format_wag.c (deleted)
-
trace.c (modified) (1 diff)
-
wag.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile.am
r1242 r1262 1 1 lib_LTLIBRARIES = libtrace.la 2 include_HEADERS = libtrace.h dagformat.h wag.hlt_inttypes.h daglegacy.h rt_protocol.h libtraceio.h2 include_HEADERS = libtrace.h dagformat.h lt_inttypes.h daglegacy.h rt_protocol.h libtraceio.h 3 3 4 4 extra_DIST = format_template.c … … 33 33 34 34 libtrace_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 \ 36 36 format_rt.c format_helper.c format_helper.h format_pcapfile.c \ 37 37 format_duck.c format_tsh.c $(NATIVEFORMATS) $(BPFFORMATS) \ -
trunk/lib/trace.c
r1246 r1262 236 236 pcapfile_constructor(); 237 237 rt_constructor(); 238 wag_constructor();239 238 #ifdef HAVE_DAG 240 239 dag_constructor();
Note: See TracChangeset
for help on using the changeset viewer.
