diff options
author | midipix <writeonce@midipix.org> | 2017-02-04 17:42:53 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-05 18:31:03 -0500 |
commit | 5c48f617d99f6d4788bed5fb6d52a31de7c534ae (patch) | |
tree | fe64a233d922b7389814f6881c48c438a22c8f24 /project | |
parent | e4625f4def03f960088b19eff184d019a5ead8a1 (diff) | |
download | mdso-5c48f617d99f6d4788bed5fb6d52a31de7c534ae.tar.bz2 mdso-5c48f617d99f6d4788bed5fb6d52a31de7c534ae.tar.xz |
internals: added little endian object generation helper functions.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index 7c5de62..7fb8763 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -12,5 +12,6 @@ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/perk/perk_structs.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_object_impl.h \ ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) |