Changeset 70df58d
- Timestamp:
- 02/25/05 15:21:45 (17 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:
- b40d8d5
- Parents:
- 627dbe9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r68d4cd7 r70df58d 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.1 2,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.13,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0.1 2)4 AM_INIT_AUTOMAKE(libtrace,2.0.13) 5 5 6 6 dnl GNU C library -
lib/Makefile.am
rfb1de29 r70df58d 8 8 libtrace_la_CFLAGS = @ADD_INCLS@ 9 9 libtrace_la_LIBADD = @ADD_LIBS@ $(top_builddir)/replace/libreplace.a 10 libtrace_la_LDFLAGS=-version-info 2:1 2:0 @ADD_LDFLAGS@10 libtrace_la_LDFLAGS=-version-info 2:13:0 @ADD_LDFLAGS@ 11 11 12 12 dagapi.c:
Note: See TracChangeset
for help on using the changeset viewer.