diff options
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 \ |