summaryrefslogtreecommitdiffhomepage
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-05-25 15:39:09 +0000
committermidipix <writeonce@midipix.org>2024-05-25 17:46:48 +0000
commit538329318964e4bfb420b6787f0f30c39ec3394c (patch)
tree72e5b015482bba2a48b84518039f327a15872834 /project/headers.mk
parent1e49c7f2662513c72ddb63215519417b169ad75d (diff)
downloadtpax-538329318964e4bfb420b6787f0f30c39ec3394c.tar.bz2
tpax-538329318964e4bfb420b6787f0f30c39ec3394c.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 b33a797..e495f1b 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -11,5 +11,6 @@ INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/tpax_getdents_impl.h \
$(SOURCE_DIR)/src/internal/tpax_readlink_impl.h \
$(SOURCE_DIR)/src/internal/tpax_tmpfile_impl.h \
+ $(SOURCE_DIR)/src/internal/tpax_visibility_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)