summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2022-03-26 16:17:32 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2022-03-26 16:17:32 +0000
commit73215930a3f45735ddc31b439111e575d73ab6f3 (patch)
treefe0c674156721d823c2f11bed10920761417bdf3 /Makefile
parentb320babd590a54588a3f568aa31f854133e850f2 (diff)
downloadlibnsutils-73215930a3f45735ddc31b439111e575d73ab6f3.tar.gz
libnsutils-73215930a3f45735ddc31b439111e575d73ab6f3.tar.bz2
Assert: Add static assertion macro.
We're not C11 so we can't use static_assert().
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f62bf69..6236b73 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ include $(NSBUILD)/Makefile.top
# Extra installation rules
I := /$(INCLUDEDIR)/nsutils
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/assert.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/errors.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/base64.h
INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/endian.h