diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-07 00:31:59 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-07 00:31:59 -0500 |
commit | 5ccdd1380b7f90dd9bdc707dcc04f70da0746144 (patch) | |
tree | 7b47d8e6ffdb3a85e526362f0c262b4e8f8f67d6 /include | |
parent | 3057de0d2bc7c007233a946aaccdde7d745b3109 (diff) | |
download | portable-5ccdd1380b7f90dd9bdc707dcc04f70da0746144.tar.gz portable-5ccdd1380b7f90dd9bdc707dcc04f70da0746144.tar.bz2 portable-5ccdd1380b7f90dd9bdc707dcc04f70da0746144.zip |
distribute include and man CMakefiles
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 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 |