diff options
author | midipix <writeonce@midipix.org> | 2024-03-21 23:04:47 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-21 23:04:47 +0000 |
commit | 86d1f469469346171c90dfa1b399ce10d2497564 (patch) | |
tree | bf027acffcb15e88d2ad423d97289e1e9f322cf0 /project/headers.mk | |
parent | c1ce862968a3470b3750c53c3e30c030abbd6dfe (diff) | |
download | slibtool-86d1f469469346171c90dfa1b399ce10d2497564.tar.bz2 slibtool-86d1f469469346171c90dfa1b399ce10d2497564.tar.xz |
internals: added slbt_tmpfile().
Diffstat (limited to 'project/headers.mk')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index 6546375..8075b4b 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -26,6 +26,7 @@ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_spawn_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_stoolie_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_symlink_impl.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_tmpfile_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_uninstall_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_visibility_impl.h \ |