From 28d040d8c243d28e1f851bb80f1d5ba30d22fd3c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 11 Dec 2016 23:26:35 -0500 Subject: api headers: added nt_dalist.h, nt_pe.h, for smooth foreign toolchain support. --- project/headers.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project') 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 \ -- cgit v1.2.3