diff options
author | midipix <writeonce@midipix.org> | 2016-04-16 08:01:34 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-16 08:03:30 -0400 |
commit | e8159c12c7562791bf9affed06bc0c3be849b590 (patch) | |
tree | fc76d11d5978703df96ddeefd1b9bfb55c57d39d /project | |
parent | 660491af34cf794d71cf84a94f56dd310cdb034a (diff) | |
download | slibtool-e8159c12c7562791bf9affed06bc0c3be849b590.tar.bz2 slibtool-e8159c12c7562791bf9affed06bc0c3be849b590.tar.xz |
slbt_readlink(): initial implementation and integration.
Diffstat (limited to 'project')
-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 7b036f6..eacad87 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -6,6 +6,7 @@ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/argv/argv.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_install_impl.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_readlink_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_spawn_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_symlink_impl.h \ |