Changeset 0f6bc3f
- Timestamp:
- 09/08/15 10:45:56 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- 3dd5acc
- Parents:
- 32751a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.am
rd420777 r0f6bc3f 1 1 lib_LTLIBRARIES = libtrace.la 2 include_HEADERS = libtrace.h dagformat.h lt_inttypes.h daglegacy.h rt_protocol.h erftypes.h libtrace_parallel.h 2 include_HEADERS = libtrace.h dagformat.h lt_inttypes.h daglegacy.h \ 3 rt_protocol.h erftypes.h libtrace_parallel.h \ 4 data-struct/ring_buffer.h data-struct/object_cache.h \ 5 data-struct/vector.h data-struct/message_queue.h \ 6 data-struct/deque.h data-struct/linked_list.h \ 7 data-struct/sliding_window.h hash_toeplitz.h 3 8 4 9 AM_CFLAGS=@LIBCFLAGS@ @CFLAG_VISIBILITY@ -pthread
Note: See TracChangeset
for help on using the changeset viewer.