summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-05-25 12:20:51 +0000
committermidipix <writeonce@midipix.org>2019-05-25 22:21:45 -0400
commita7ffe354b225db0b2712af41ea82743fb07758ca (patch)
treea9454d52383574ef94763b0f1303fe0319d6e6e8 /project/headers.mk
parent1c3ec496b1b788c1b83d5a187e82b45c0bd204f2 (diff)
downloadntapi-a7ffe354b225db0b2712af41ea82743fb07758ca.tar.bz2
ntapi-a7ffe354b225db0b2712af41ea82743fb07758ca.tar.xz
internals: renamed nt_debug.h --> nt_log.h, renamed interfaces accordingly.
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/headers.mk b/project/headers.mk
index f8bf78a..3e0e0ce 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -13,7 +13,6 @@ API_HEADERS = \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc64.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 \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_file.h \
@@ -26,6 +25,7 @@ API_HEADERS = \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_job.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_ldr.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_locale.h \
+ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_log.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_memory.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_mount.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_msq.h \