X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=d6d0a225385e42e3bd0f0fc889e1ff5008a7c874;hb=6935ef7bd3cd0666438423285736cece988c2c7f;hp=f550b06ddc89b8f2900c22619fe82f8f977d28b4;hpb=e81598e4752debbc926108e4526b124f06e063b6;p=libftdi diff --git a/src/Makefile.am b/src/Makefile.am index f550b06..d6d0a22 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,3 @@ - -# set the include path found by configure -INCLUDES= $(all_includes) - # the library search path. lib_LTLIBRARIES = libftdi.la libftdi_la_SOURCES = ftdi.c @@ -10,6 +6,6 @@ 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 17:0:16 $(all_libraries) +libftdi_la_LDFLAGS = -version-info 21:0:20 EXTRA_DIST = CMakeLists.txt