Changeset ea161ea
- Timestamp:
- 03/21/05 13:25:36 (16 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:
- c4be35b
- Parents:
- 53991fa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r92c5ce3 rea161ea 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.1 3,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.14,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0.1 3)4 AM_INIT_AUTOMAKE(libtrace,2.0.14) 5 5 6 6 AC_CONFIG_FILES([Makefile replace/Makefile lib/Makefile]) -
lib/Makefile.am
r70df58d rea161ea 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 3:0 @ADD_LDFLAGS@10 libtrace_la_LDFLAGS=-version-info 2:14:0 @ADD_LDFLAGS@ 11 11 12 12 dagapi.c:
Note: See TracChangeset
for help on using the changeset viewer.