From d6d1f48a0996cdb0ef234257abc9bdf128e57f7b Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 22 Oct 2008 09:43:56 +0200 Subject: [PATCH] Include cmake rules in 'make dist' --- Makefile.am | 2 +- examples/Makefile.am | 2 ++ ftdipp/Makefile.am | 2 ++ src/Makefile.am | 2 ++ 4 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 54221a0..86219b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/examples/Makefile.am b/examples/Makefile.am index 02e7f23..bcd50ec 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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 diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am index be118d3..2ce8fdc 100644 --- a/ftdipp/Makefile.am +++ b/ftdipp/Makefile.am @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am index c656006..b52d50f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- 1.7.1