Include cmake rules in 'make dist'
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 22 Oct 2008 07:43:56 +0000 (09:43 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 22 Oct 2008 07:43:56 +0000 (09:43 +0200)
Makefile.am
examples/Makefile.am
ftdipp/Makefile.am
src/Makefile.am

index 54221a0..86219b8 100644 (file)
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign 1.4
 
 SUBDIRS = src $(LIBFTDI_MODULES) examples doc
 
-EXTRA_DIST = libftdi.spec libftdi.spec.in COPYING.LIB README AUTHORS ChangeLog libftdi-config.in
+EXTRA_DIST = libftdi.spec libftdi.spec.in COPYING.LIB README AUTHORS ChangeLog libftdi-config.in CMakeLists.txt packages
 
 bin_SCRIPTS = libftdi-config
 
index 02e7f23..bcd50ec 100644 (file)
@@ -32,3 +32,5 @@ if HAVE_LIBFTDIPP
 find_all_pp_SOURCES = find_all_pp.cpp
 find_all_pp_LDADD = $(top_builddir)/ftdipp/libftdipp.la $(LDADD)
 endif
+
+EXTRA_DIST = CMakeLists.txt
index be118d3..2ce8fdc 100644 (file)
@@ -10,3 +10,5 @@ libftdipp_la_SOURCES = $(top_builddir)/src/libftdi.la ftdi.cpp
 #  the library that is made has version (a-c).c.b.  In this
 #  example, the version is 2.1.2. (3:2:1)
 libftdipp_la_LDFLAGS = -version-info 16:0:15 $(all_libraries) @BOOST_LDFLAGS@
+
+EXTRA_DIST = CMakeLists.txt
index c656006..b52d50f 100644 (file)
@@ -11,3 +11,5 @@ include_HEADERS =  ftdi.h
 #  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 16:0:15 $(all_libraries)
+
+EXTRA_DIST = CMakeLists.txt