diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index f2860a4..7f8cfbd 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | SUBDIRS = openssl | 1 | SUBDIRS = openssl |
| 2 | 2 | ||
| 3 | noinst_HEADERS = pqueue.h stdlib.h string.h machine/endian.h | 3 | noinst_HEADERS = pqueue.h |
| 4 | noinst_HEADERS += stdlib.h | ||
| 5 | noinst_HEADERS += string.h | ||
| 6 | noinst_HEADERS += unistd.h | ||
| 7 | noinst_HEADERS += machine/endian.h | ||
| 8 | noinst_HEADERS += sys/types.h | ||
