diff options
| -rw-r--r-- | include/Makefile.am | 2 | ||||
| -rwxr-xr-x | update.sh | 3 |
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 @@ | |||
| 1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
| 2 | 2 | ||
| 3 | EXTRA_DIST = CMakeLists.txt | ||
| 4 | |||
| 3 | SUBDIRS = openssl | 5 | SUBDIRS = openssl |
| 4 | 6 | ||
| 5 | noinst_HEADERS = pqueue.h | 7 | noinst_HEADERS = pqueue.h |
| @@ -289,7 +289,8 @@ done | |||
| 289 | 289 | ||
| 290 | # copy manpages | 290 | # copy manpages |
| 291 | echo "copying manpages" | 291 | echo "copying manpages" |
| 292 | echo dist_man_MANS= > man/Makefile.am | 292 | echo EXTRA_DIST = CMakeLists.txt > man/Makefile.am |
| 293 | echo dist_man_MANS = >> man/Makefile.am | ||
| 293 | 294 | ||
| 294 | $CP $openssl_app_src/openssl.1 man | 295 | $CP $openssl_app_src/openssl.1 man |
| 295 | echo "dist_man_MANS += openssl.1" >> man/Makefile.am | 296 | echo "dist_man_MANS += openssl.1" >> man/Makefile.am |
