aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/Makefile.am2
-rwxr-xr-xupdate.sh3
2 files changed, 4 insertions, 1 deletions
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 @@
1include $(top_srcdir)/Makefile.am.common 1include $(top_srcdir)/Makefile.am.common
2 2
3EXTRA_DIST = CMakeLists.txt
4
3SUBDIRS = openssl 5SUBDIRS = openssl
4 6
5noinst_HEADERS = pqueue.h 7noinst_HEADERS = pqueue.h
diff --git a/update.sh b/update.sh
index ad809d8..02d6915 100755
--- a/update.sh
+++ b/update.sh
@@ -280,7 +280,8 @@ done
280 280
281# copy manpages 281# copy manpages
282echo "copying manpages" 282echo "copying manpages"
283echo dist_man_MANS= > man/Makefile.am 283echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am
284echo dist_man_MANS = >> man/Makefile.am
284 285
285$CP $openssl_app_src/openssl.1 man 286$CP $openssl_app_src/openssl.1 man
286echo "dist_man_MANS += openssl.1" >> man/Makefile.am 287echo "dist_man_MANS += openssl.1" >> man/Makefile.am