Changeset b663d33 for lib/Makefile.am
- Timestamp:
- 05/18/18 11:39:59 (3 years ago)
- Branches:
- cachetimestamps, develop, etsilive, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 00365c6
- Parents:
- df87f00
- git-author:
- Shane Alcock <salcock@…> (12/18/17 18:10:37)
- git-committer:
- Shane Alcock <salcock@…> (05/18/18 11:39:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.am
rdf87f00 rb663d33 52 52 endif 53 53 54 if HAVE_WANDDER 55 ETSISOURCES=format_etsilive.c 56 else 57 ETSISOURCES= 58 endif 59 54 60 libtrace_la_SOURCES = trace.c trace_parallel.c common.h \ 55 61 format_erf.c format_pcap.c format_legacy.c \ 56 62 format_rt.c format_helper.c format_helper.h format_pcapfile.c \ 57 63 format_duck.c format_tsh.c $(NATIVEFORMATS) $(BPFFORMATS) \ 58 format_atmhdr.c format_pcapng.c format_etsilive.c\64 format_atmhdr.c format_pcapng.c \ 59 65 libtrace_int.h lt_inttypes.h lt_bswap.h \ 60 66 linktypes.c link_wireless.c byteswap.c \ … … 64 70 protocols_application.c \ 65 71 $(DAGSOURCE) format_erf.h format_ndag.c format_ndag.h \ 66 $(BPFJITSOURCE) \72 $(BPFJITSOURCE) $(ETSISOURCES) \ 67 73 libtrace_arphrd.h \ 68 74 data-struct/ring_buffer.c data-struct/vector.c \
Note: See TracChangeset
for help on using the changeset viewer.