diff options
Diffstat (limited to 'assert/Makefile')
-rw-r--r-- | assert/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assert/Makefile b/assert/Makefile index 60ec53d001..97fb476cd6 100644 --- a/assert/Makefile +++ b/assert/Makefile @@ -19,6 +19,9 @@ # Sub-makefile for assert portion of the library. # subdir := assert + +include ../Makeconfig + headers := assert.h routines := assert assert-perr __assert |