X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=20b735a688a99199a60f32b0e1bc166d6ff1efef;hb=8e527547a8df7264bbaba4644d93ac132473d321;hp=5e1c243b19814d8039ad6e7c4554b34fd5da17f7;hpb=8ce71b78305cd61feacde340760f1ddccbd308ea;p=libftdi diff --git a/src/Makefile.am b/src/Makefile.am index 5e1c243..20b735a 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,4 +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 7:0:7 $(all_libraries) +libftdi_la_LDFLAGS = -version-info 18:0:17 + +EXTRA_DIST = CMakeLists.txt