Changeset bf0f554
- Timestamp:
- 10/12/06 15:42:33 (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:
- 6f7dcb0
- Parents:
- 73da4ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/Makefile.am
r6758276 rbf0f554 117 117 118 118 INCLUDES= @ADD_INCLS@ -I../lib 119 libpacketdump_la_LIBADD = @ADD_LIBS@ @LEXLIB@ 119 120 # NOTE: You CANNOT add @LEXLIBS@ here, as they are statically compiled 121 # which on non x86_32 platforms means that they cannot be linked into 122 # a shared library. 123 libpacketdump_la_LIBADD = @ADD_LIBS@ 120 124 libpacketdump_la_LDFLAGS=\ 121 125 -version-info @LIBTRACE_MAJOR@:@LIBTRACE_MINOR@:@LIBTRACE_MID@ \
Note: See TracChangeset
for help on using the changeset viewer.