summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-10 09:26:19 +0000
committermidipix <writeonce@midipix.org>2025-06-10 09:26:19 +0000
commitfcf54a66614eaa4212780fb48eb0f7de81a2aec8 (patch)
tree5061254ac38302b2637a8dd2cde4d7d4be7afdae /project
parent28dd46450ef30fff57b18168e1ecbaf654cc3066 (diff)
downloadperk-fcf54a66614eaa4212780fb48eb0f7de81a2aec8.tar.bz2
perk-fcf54a66614eaa4212780fb48eb0f7de81a2aec8.tar.xz
code base: added mdso's mdso_specs.h and mdso_structs.h as internal headers.
Diffstat (limited to 'project')
-rw-r--r--project/headers.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index 9b18d48..00ee4ae 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -12,6 +12,8 @@ API_HEADERS = \
INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/argv/argv.h \
+ $(SOURCE_DIR)/src/internal/mdso/mdso_specs.h \
+ $(SOURCE_DIR)/src/internal/mdso/mdso_structs.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_ar_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_driver_impl.h \