Changeset 1097


Ignore:
Timestamp:
Feb 17, 2008, 11:41:33 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixes #243. ReleaseProcedures? was also changed.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1096 r1097  
    3737AC_CONFIG_AUX_DIR([autotools])
    3838AC_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
     45YAT_LT_VERSION="1:0:0"
     46AC_SUBST(YAT_LT_VERSION)
    3947
    4048AM_CONFIG_HEADER([config.h])
  • trunk/yat/Makefile.am

    r1000 r1097  
    3131libyat_la_SOURCES =
    3232
     33libyat_la_LDFLAGS = -version-info $(YAT_LT_VERSION)
     34
    3335libyat_la_LIBADD = \
    3436  classifier/libclassifier.la \
Note: See TracChangeset for help on using the changeset viewer.