From 5ccdd1380b7f90dd9bdc707dcc04f70da0746144 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 7 Sep 2015 00:31:59 -0500 Subject: distribute include and man CMakefiles --- include/Makefile.am | 2 ++ update.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index c24d1ae..3978af7 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,5 +1,7 @@ include $(top_srcdir)/Makefile.am.common +EXTRA_DIST = CMakeLists.txt + SUBDIRS = openssl noinst_HEADERS = pqueue.h diff --git a/update.sh b/update.sh index f293b3e..7b14b33 100755 --- a/update.sh +++ b/update.sh @@ -289,7 +289,8 @@ done # copy manpages echo "copying manpages" -echo dist_man_MANS= > man/Makefile.am +echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am +echo dist_man_MANS = >> man/Makefile.am $CP $openssl_app_src/openssl.1 man echo "dist_man_MANS += openssl.1" >> man/Makefile.am -- cgit v1.2.3-55-g6feb