Changeset a8ba977
- Timestamp:
- 08/11/05 11:30:18 (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:
- ffc8c8d
- Parents:
- de67322
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r45fc8b1 ra8ba977 1 1 # Process this file with autoconf to produce a configure script. 2 AC_INIT(libtrace,2.0. 19,[libtrace@wand.net.nz],libtrace)2 AC_INIT(libtrace,2.0.20,[libtrace@wand.net.nz],libtrace) 3 3 AC_CONFIG_SRCDIR(lib/trace.c) 4 AM_INIT_AUTOMAKE(libtrace,2.0. 19)4 AM_INIT_AUTOMAKE(libtrace,2.0.20) 5 5 6 6 AC_CONFIG_FILES([Makefile lib/Makefile]) -
lib/Makefile.am
rf9a3175 ra8ba977 4 4 libtrace_la_CFLAGS = @ADD_INCLS@ 5 5 libtrace_la_LIBADD = @ADD_LIBS@ @LTLIBOBJS@ 6 libtrace_la_LDFLAGS=-version-info 2: 19:0 @ADD_LDFLAGS@6 libtrace_la_LDFLAGS=-version-info 2:20:0 @ADD_LDFLAGS@ 7 7 8 8 #dagapi.c:
Note: See TracChangeset
for help on using the changeset viewer.