X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2FMakefile.am;h=e19dffe379e51018d46f5536ba2c23780c549343;hp=30e2478afa480cc49d32a6ff4d6bb39499afcfae;hb=6935ef7bd3cd0666438423285736cece988c2c7f;hpb=b8a82a1ff4ed0b0f0d408f0540572ee01741102c diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index 30e2478..e19dffe 100644 --- a/ftdipp/Makefile.am +++ b/ftdipp/Makefile.am @@ -9,7 +9,7 @@ libftdipp_la_SOURCES = ftdi.cpp # 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) -libftdipp_la_LDFLAGS = -version-info 20:0:19 @BOOST_LDFLAGS@ +libftdipp_la_LDFLAGS = -version-info 21:0:20 @BOOST_LDFLAGS@ libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la EXTRA_DIST = CMakeLists.txt