summaryrefslogtreecommitdiff
path: root/project/headers.mk
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-05-11 02:46:09 -0400
committermidipix <writeonce@midipix.org>2020-05-23 05:59:02 +0000
commit4ebdc39766992bfb6f30dbf2fad0332adad8ad63 (patch)
tree9b54a934d1df785d8e7280f1d4a2bd8e7f635619 /project/headers.mk
parente0fd2a143d1ff76373786ced79c2af7cbcb28025 (diff)
downloadtpax-4ebdc39766992bfb6f30dbf2fad0332adad8ad63.tar.bz2
tpax-4ebdc39766992bfb6f30dbf2fad0332adad8ad63.tar.xz
internals: added tpax_tmpfile().
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 6346c7e..2d49c17 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -9,5 +9,6 @@ INTERNAL_HEADERS = \
$(SOURCE_DIR)/src/internal/tpax_driver_impl.h \
$(SOURCE_DIR)/src/internal/tpax_errinfo_impl.h \
$(SOURCE_DIR)/src/internal/tpax_readlink_impl.h \
+ $(SOURCE_DIR)/src/internal/tpax_tmpfile_impl.h \
ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)