summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-05-29 21:07:22 +0000
committermidipix <writeonce@midipix.org>2025-05-29 22:02:07 +0000
commit2baf678ee420b74c3b08a225f111787645ac18a6 (patch)
tree3820388cd96464fcce23947a851cee3dc0100a1f /project/headers.mk
parentfb9d36cced3944104441b68db3102f9697051670 (diff)
downloadperk-2baf678ee420b74c3b08a225f111787645ac18a6.tar.bz2
perk-2baf678ee420b74c3b08a225f111787645ac18a6.tar.xz
code base: set the visilbity of internal library interfaces to hidden.
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 799572b..3085971 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -15,5 +15,6 @@ INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_hdrdump_impl.h \
$(SOURCE_DIR)/src/internal/$(PACKAGE)_reader_impl.h \
+ $(SOURCE_DIR)/src/internal/$(PACKAGE)_visibility_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)