X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=9141fb98616ce11b8d1a20d26c0a2885e3f4cc76;hb=40da63b1f8924d2c4d1e34d137dc7d12b5b1c643;hp=3c2349384a7f0edeeb2a9d7cd5c033f4f5ce2e91;hpb=ed42d70d5265dacd5f90790661e1d38c8fd10425;p=libftdi diff --git a/src/Makefile.am b/src/Makefile.am index 3c23493..9141fb9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,13 +1,12 @@ - -# set the include path found by configure -INCLUDES= $(all_includes) - # the library search path. lib_LTLIBRARIES = libftdi.la -libftdi_la_SOURCES = ftdi.c +libftdi_la_SOURCES = ftdi.c ftdi_stream.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 15:0:14 $(all_libraries) +libftdi_la_LDFLAGS = -version-info 18:0:17 +libftdi_la_LIBADD = @USB_LIBS@ + +EXTRA_DIST = CMakeLists.txt