summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-04-27 19:48:23 +0000
committermidipix <writeonce@midipix.org>2024-04-27 20:21:10 +0000
commit3f97b6f6c344500e0005063d1580afdb32c333e4 (patch)
tree6565a73cf488b9e0f5f76ad74c98df75e7e21aee /project/headers.mk
parent94cf00515f7abf57abafb091a64a32cda2fab7c6 (diff)
downloadmdso-3f97b6f6c344500e0005063d1580afdb32c333e4.tar.bz2
mdso-3f97b6f6c344500e0005063d1580afdb32c333e4.tar.xz
mdso_create_implib_objects(): eliminate the use of sprintf().
Diffstat (limited to 'project/headers.mk')
-rw-r--r--project/headers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk
index a238cfe..d4a351a 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -14,6 +14,7 @@ INTERNAL_HEADERS = \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_dprintf_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
+ $(PROJECT_DIR)/src/internal/$(PACKAGE)_hexfmt_impl.h \
$(PROJECT_DIR)/src/internal/$(PACKAGE)_object_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)