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