Include cmake rules in 'make dist'
[libftdi] / src / Makefile.am
CommitLineData
9b254687
GE
1
2# set the include path found by configure
3INCLUDES= $(all_includes)
4
5# the library search path.
6lib_LTLIBRARIES = libftdi.la
7libftdi_la_SOURCES = ftdi.c
8include_HEADERS = ftdi.h
a837e33a
TJ
9
10# Note: If you specify a:b:c as the version in the next line,
11# the library that is made has version (a-c).c.b. In this
12# example, the version is 2.1.2. (3:2:1)
742b95cb 13libftdi_la_LDFLAGS = -version-info 16:0:15 $(all_libraries)
d6d1f48a
TJ
14
15EXTRA_DIST = CMakeLists.txt