Changeset 1097
- Timestamp:
- Feb 17, 2008, 11:41:33 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1096 r1097 37 37 AC_CONFIG_AUX_DIR([autotools]) 38 38 AC_PREFIX_DEFAULT([/usr/local]) 39 40 # Library versioning (current:revision:age) 41 # See the libtool manual for an explanation of the numbers 42 # 43 # yat-0.3 undefined 44 # yat-0.4 1:0:0 45 YAT_LT_VERSION="1:0:0" 46 AC_SUBST(YAT_LT_VERSION) 39 47 40 48 AM_CONFIG_HEADER([config.h]) -
trunk/yat/Makefile.am
r1000 r1097 31 31 libyat_la_SOURCES = 32 32 33 libyat_la_LDFLAGS = -version-info $(YAT_LT_VERSION) 34 33 35 libyat_la_LIBADD = \ 34 36 classifier/libclassifier.la \
Note: See TracChangeset
for help on using the changeset viewer.