diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-19 10:55:26 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:33 +0200 |
commit | 520c7dc9e8860e506145e879182ca32853617097 (patch) | |
tree | 733835cbe9a51e0dfe6bf264677b453133900dd2 /odk | |
parent | f33c8644c052bf9d69157224500ca7887075c7da (diff) |
gbuild: remove static libraries from OUTDIR
Refactor to find and link static libraries directly in WORKDIR.
- gb_StaticLibrary_get_target is now same as the gb_LinkTarget_get_target
- fix the StaticLibrary clean target
Change-Id: Icf29d32d6487747a2e39d4599ceebccfead04667
Diffstat (limited to 'odk')
-rw-r--r-- | odk/Package_lib.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/Package_lib.mk b/odk/Package_lib.mk index d1dc1d6a2aab..c9758f8ca44a 100644 --- a/odk/Package_lib.mk +++ b/odk/Package_lib.mk @@ -7,7 +7,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Package_Package,odk_lib,$(OUTDIR)/lib)) +$(eval $(call gb_Package_Package,odk_lib,$(WORKDIR)/LinkTarget/StaticLibrary)) $(eval $(call gb_Package_set_outdir,odk_lib,$(INSTDIR))) |