Changeset 8bf0517
- Timestamp:
- 08/22/06 00:24:41 (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:
- cf612fa
- Parents:
- 7248cdc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.am
rcd7eec7 r8bf0517 3 3 4 4 extra_DIST = format_template.c 5 libtrace_la_SOURCES = trace.c fifo.c fifo.h common.h \6 format_erf.c format_pcap.c format_wag.c format_legacy.c \7 format_rt.c format_helper.c format_helper.h format_pcapfile.c \8 parse_cmd.c parse_cmd.h libtrace_int.h lt_inttypes.h \9 linktypes.c protocols.c libtraceio.h format_duck.c10 5 if HAVE_NETPACKET_PACKET_H 11 libtrace_la_SOURCES+=format_linux.c 6 NATIVEFORMATS=format_linux.c 7 else 8 NATIVEFORMATS= 12 9 endif 13 10 14 11 if HAVE_ZLIB 15 libtrace_la_SOURCES+=libtraceio-zlib.c12 LIBTRACEIO=libtraceio-zlib.c 16 13 else 17 libtrace_la_SOURCES+=libtraceio-stdio.c14 LIBTRACEIO=libtraceio-stdio.c 18 15 endif 16 17 libtrace_la_SOURCES = $(LIBTRACEIO) trace.c fifo.c fifo.h common.h \ 18 format_erf.c format_pcap.c format_wag.c format_legacy.c \ 19 format_rt.c format_helper.c format_helper.h format_pcapfile.c \ 20 format_duck.c $(NATIVEFORMATS) \ 21 parse_cmd.c parse_cmd.h libtrace_int.h lt_inttypes.h \ 22 linktypes.c protocols.c libtraceio.h 19 23 20 24 if DAG2_4
Note: See TracChangeset
for help on using the changeset viewer.