From 6529aa199a616eaeb8f32841d29ec5afd7dcc4f4 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 8 Apr 2016 12:53:52 -0400 Subject: internal: slbt_create_symlink(): initial implementation and integration. --- project/common.mk | 1 + project/headers.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index fafad0f..06b9292 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,4 +1,5 @@ COMMON_SRCS = \ + src/internal/slibtool_symlink_impl.c \ src/driver/slbt_driver_ctx.c \ src/driver/slbt_unit_ctx.c \ src/logic/slbt_exec_compile.c \ 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) -- cgit v1.2.3