diff options
author | midipix <writeonce@midipix.org> | 2016-04-08 12:53:52 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-08 12:53:52 -0400 |
commit | 6529aa199a616eaeb8f32841d29ec5afd7dcc4f4 (patch) | |
tree | cc962f2dbe65030454928522d42872003a268c5c /project/headers.mk | |
parent | 82142f33ca3209442426e56da24d9722adf4c8bb (diff) | |
download | slibtool-6529aa199a616eaeb8f32841d29ec5afd7dcc4f4.tar.bz2 slibtool-6529aa199a616eaeb8f32841d29ec5afd7dcc4f4.tar.xz |
internal: slbt_create_symlink(): initial implementation and integration.
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 119055a..803dbc7 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -6,5 +6,6 @@ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/argv/argv.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_spawn_impl.h \ + $(PROJECT_DIR)/src/internal/$(PACKAGE)_symlink_impl.h \ ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS) |