diff options
author | midipix <writeonce@midipix.org> | 2016-12-11 23:26:35 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-11 23:35:17 -0500 |
commit | 28d040d8c243d28e1f851bb80f1d5ba30d22fd3c (patch) | |
tree | fa7339b882087be88d7f0e8c3e2518e12b92dfa4 /project | |
parent | 230c904e5d10c61b6c7730e63e7f4340834db7b8 (diff) | |
download | ntapi-28d040d8c243d28e1f851bb80f1d5ba30d22fd3c.tar.bz2 ntapi-28d040d8c243d28e1f851bb80f1d5ba30d22fd3c.tar.xz |
api headers: added nt_dalist.h, nt_pe.h, for smooth foreign toolchain support.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index 4c908cd..2536c98 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -10,6 +10,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_compiler.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc32.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_daemon.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_dalist.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_debug.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_device.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_exception.h \ @@ -27,6 +28,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_mount.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_object.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_os.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_pe.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_pnp.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_port.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_process.h \ |