X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=5e1c243b19814d8039ad6e7c4554b34fd5da17f7;hb=8ce71b78305cd61feacde340760f1ddccbd308ea;hp=e80778ef1e700eabead43c5b61f2359a014db7c6;hpb=9b25468762155e45dd48df4b9d6c9021f602fc2c;p=libftdi diff --git a/src/Makefile.am b/src/Makefile.am index e80778e..5e1c243 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 7:0:7 $(all_libraries)