summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-15 10:10:28 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-15 10:14:09 +0200
commit8081794d91884f471494a0bbf41e69f5ec80e247 (patch)
tree93356646b589e6cb2f1959bfdee81276240cdb99 /RepositoryFixes.mk
parent8a743cc2c759ba30587f4ffc3bf4959ae0a968d0 (diff)
use correct static lib. name for windows
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index fed52cd904c8..8c907d8d7e61 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -55,7 +55,7 @@ gb_Library_FILENAMES := $(patsubst tl:itl%,tl:itools%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst vbahelper:ivbahelper%,vbahelper:vbahelper%,$(gb_Library_FILENAMES))
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
-gb_StaticLibrary_FILENAMES := $(subst salmain:libsalmain.a,salmain:salmain.obj,$(gb_StaticLibrary_FILENAMES))
+gb_StaticLibrary_FILENAMES := $(subst salmain:salmain.lib,salmain:salmain.obj,$(gb_StaticLibrary_FILENAMES))
ifeq ($(COM),GCC)
gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:crypto%,$(gb_Library_FILENAMES))