From 8eb6e1549000b6f4a179c62b4a24a9f949c003ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 18 Feb 2009 22:15:17 +0000 Subject: [PATCH] [cmake] include cmake files in automake "make dist" git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@16 4a9f3682-ca7b-49a8-9a55-ba4640e46f83 --- Makefile.am | 2 +- src/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6208c30..5a08b55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS=src -EXTRA_DIST=autogen.sh spawn-fcgi.1 +EXTRA_DIST=autogen.sh spawn-fcgi.1 CMakeLists.txt man1_MANS=spawn-fcgi.1 diff --git a/src/Makefile.am b/src/Makefile.am index 97a3236..827932d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ bin_PROGRAMS=spawn-fcgi spawn_fcgi_SOURCES=spawn-fcgi.c + +EXTRA_DIST=CMakeLists.txt config.h.cmake