Changeset 83f2cbf
- Timestamp:
- 03/23/07 16:32:56 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 4a207b8
- Parents:
- 344da9f
- Files:
-
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r0fd4ad6 r83f2cbf 18 18 19 19 AC_CONFIG_FILES([Makefile lib/Makefile docs/Makefile libpacketdump/Makefile 20 tools/Makefile tools/traceanon/Makefile tools/trace dump/Makefile20 tools/Makefile tools/traceanon/Makefile tools/tracepktdump/Makefile 21 21 tools/tracemerge/Makefile tools/tracereport/Makefile 22 22 tools/tracertstats/Makefile tools/tracesplit/Makefile -
tools/Makefile.am
r306f91c r83f2cbf 1 1 # tracedump depends on libpacketdump 2 TRACEDUMP_DIR=trace dump2 TRACEDUMP_DIR=tracepktdump 3 3 4 4 SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) tracertstats tracestats -
tools/tracepktdump/Makefile.am
r344da9f r83f2cbf 1 bin_PROGRAMS = trace dump2 man_MANS = trace dump.11 bin_PROGRAMS = tracepktdump 2 man_MANS = tracepktdump.1 3 3 EXTRA_DIST = $(man_MANS) 4 4 5 5 include ../Makefile.tools 6 trace dump_SOURCES = tracedump.cc7 trace dump_LDADD = -ltrace -lpacketdump -lfl6 tracepktdump_SOURCES = tracepktdump.cc 7 tracepktdump_LDADD = -ltrace -lpacketdump -lfl
Note: See TracChangeset
for help on using the changeset viewer.