Changeset 7bd8f3d
- Timestamp:
- 10/31/07 13:28:40 (15 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:
- edd8a9e
- Parents:
- 4249aa5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r5798dc6 r7bd8f3d 23 23 tools/tracestats/Makefile tools/traceflow/Makefile 24 24 examples/Makefile examples/skeleton/Makefile examples/rate/Makefile 25 examples/stats/Makefile 25 26 docs/libtrace.doxygen 26 27 lib/libtrace.h -
examples/stats/Makefile.am
re8d0993 r7bd8f3d 4 4 AM_CFLAGS=-I$(top_srcdir)/lib -I$(top_srcdir)/libpacketdump 5 5 AM_CXXFLAGS=-I$(top_srcdir)/lib -I$(top_srcdir)/libpacketdump 6 AM_LDFLAGS=-L$(top_srcdir)/lib -L$(top_srcdir)/libpacketdump 7 AM_LDLIBS=-ltrace 6 AM_LDFLAGS=-L$(top_srcdir)/lib -L$(top_srcdir)/libpacketdump -ltrace 8 7 9 8 stats_SOURCES=stats.c
Note: See TracChangeset
for help on using the changeset viewer.