Changeset 2138553 for lib/Makefile.am
- Timestamp:
- 02/13/14 15:00:10 (7 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:
- accdd5b
- Parents:
- bcb2402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile.am
r8b49230 r2138553 35 35 include $(RTE_SDK)/mk/rte.vars.mk 36 36 # We need to add -Wl before the linker otherwise this breaks our build 37 # This is added in with our make script patch to the DPDK library 38 include $(RTE_SDK)/mk/libtrace.mk 37 # And include any libraries that DPDK might depend upon 38 export DPDK_LIBTRACE_MK=dpdk_libtrace.mk 39 include $(DPDK_LIBTRACE_MK) 39 40 endif 40 41 … … 58 59 59 60 INCLUDES= @ADD_INCLS@ -I../libwandio 60 libtrace_la_LIBADD = @LIBTRACE_LIBS@ @LTLIBOBJS@ 61 libtrace_la_LIBADD = @LIBTRACE_LIBS@ @LTLIBOBJS@ $(DPDKLIBS) 61 62 libtrace_la_LDFLAGS=-version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ @ADD_LDFLAGS@ 62 63 63 dagapi.c: 64 64 cp @DAG_TOOLS_DIR@/dagapi.c .
Note: See TracChangeset
for help on using the changeset viewer.