diff options
author | midipix <writeonce@midipix.org> | 2017-02-11 14:38:50 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-11 19:23:15 -0500 |
commit | c70c0a72abe470aa16aefd47f1fdde5c4aa0718f (patch) | |
tree | 0cc0fe527b27e7d5f074f792eeeb5ad270af2d86 /project | |
parent | 9c013b63fef168f49246fd69ab0c0ce024a20941 (diff) | |
download | mdso-c70c0a72abe470aa16aefd47f1fdde5c4aa0718f.tar.bz2 mdso-c70c0a72abe470aa16aefd47f1fdde5c4aa0718f.tar.xz |
driver: utility api: added mdso_create_implib_archive().
Diffstat (limited to 'project')
-rw-r--r-- | project/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/common.mk b/project/common.mk index 5b1c676..8f693ff 100644 --- a/project/common.mk +++ b/project/common.mk @@ -16,6 +16,7 @@ API_SRCS = \ src/output/mdso_output_error.c \ src/output/mdso_output_export_symbols.c \ src/skin/mdso_skin_default.c \ + src/util/mdso_create_implib_archive.c \ src/util/mdso_create_implib_objects.c \ src/util/mdso_create_implib_sources.c \ |