blob: 5e1c243b19814d8039ad6e7c4554b34fd5da17f7 [file] [log] [blame]
# set the include path found by configure
INCLUDES= $(all_includes)
# the library search path.
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)