summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-12-12 10:48:31 -0500
committermidipix <writeonce@midipix.org>2017-12-13 05:08:19 -0500
commitc64273bcc029161e1c34806fd3194975836d652b (patch)
treef233179efb03259a79b498d37c6f9d649c460c89 /project
parent7e1d96703997547e21c88b44f6d738eef1f6166e (diff)
downloadmdso-c64273bcc029161e1c34806fd3194975836d652b.tar.bz2
mdso-c64273bcc029161e1c34806fd3194975836d652b.tar.xz
mdso_structs: initial commit, providing raw (endian-agnostic) struct defs.
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 7fb8763..e44ed18 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -5,6 +5,7 @@ API_HEADERS = \
$(PROJECT_DIR)/include/$(PACKAGE)/mdso_crc64.h \
$(PROJECT_DIR)/include/$(PACKAGE)/mdso_output.h \
$(PROJECT_DIR)/include/$(PACKAGE)/mdso_specs.h \
+ $(PROJECT_DIR)/include/$(PACKAGE)/mdso_structs.h \
INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/argv/argv.h \