summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-12-17 19:46:38 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-17 22:11:12 +0100
commit2548d634c762ccc5eeda7f075ffa6ed3408474d2 (patch)
treee838a4b060d8d07d3311baef98a87e797eb6842f /RepositoryFixes.mk
parent21411e321ee8e430a81ec83297a88c3010f5ce8d (diff)
extensions: convert nsplugin to gbuild
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 59dd09db0b0b..3267e4c7e3e6 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -55,6 +55,8 @@ gb_Library_FILENAMES := $(patsubst sfx:isfx%,sfx:sfx%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst svt:isvt%,svt:svtool%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst tl:itl%,tl:itools%,$(gb_Library_FILENAMES))
gb_Library_FILENAMES := $(patsubst vbahelper:ivbahelper%,vbahelper:vbahelper%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst curl:icurl%,curl:libcurl%,$(gb_Library_FILENAMES))
+gb_Library_FILENAMES := $(patsubst npsoplugin:inpsoplugin%,npsoplugin:npsoplugin%,$(gb_Library_FILENAMES))
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))