X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2FMakefile.am;h=1af8e0bfe67093cb89e9424b684422d5317eb67b;hp=e80778ef1e700eabead43c5b61f2359a014db7c6;hb=a837e33a435e63e89749320eb91ffb924fa91e88;hpb=2f73e59f57aed0117ef46824cbe50f08f5dff022 diff --git a/src/Makefile.am b/src/Makefile.am index e80778e..1af8e0b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,3 +6,8 @@ INCLUDES= $(all_includes) lib_LTLIBRARIES = libftdi.la libftdi_la_SOURCES = ftdi.c include_HEADERS = ftdi.h + +# Note: If you specify a:b:c as the version in the next line, +# the library that is made has version (a-c).c.b. In this +# example, the version is 2.1.2. (3:2:1) +libftdi_la_LDFLAGS = -version-info 6:0:6 $(all_libraries)