Changeset 5cffb71
- Timestamp:
- 03/30/05 17:39:18 (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:
- c37e996
- Parents:
- e92d11f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
re92d11f r5cffb71 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0.15 a,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.15b,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0.15 a)4 AM_INIT_AUTOMAKE(libtrace,2.0.15b) 5 5 6 6 AC_CONFIG_FILES([Makefile replace/Makefile lib/Makefile]) -
lib/Makefile.am
rb86f8d3 r5cffb71 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:15 a:0 @ADD_LDFLAGS@10 libtrace_la_LDFLAGS=-version-info 2:15b:0 @ADD_LDFLAGS@ 11 11 12 12 dagapi.c:
Note: See TracChangeset
for help on using the changeset viewer.