summaryrefslogtreecommitdiff
path: root/desktop/Executable_sweb.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-27 19:54:42 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-27 20:01:48 +0200
commit2e2dcefb5fde4672f1fef96a3be6a046c3bad3bb (patch)
tree453f5ad5ced68c078e1a6de002e7143498e57c05 /desktop/Executable_sweb.mk
parentedb760e625b899ac374b7f85ebe725389a02ef8a (diff)
make WinResTarget's name independent of LinkTarget
Diffstat (limited to 'desktop/Executable_sweb.mk')
-rw-r--r--desktop/Executable_sweb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk
index 67daa625a566..cd88fb99e87b 100644
--- a/desktop/Executable_sweb.mk
+++ b/desktop/Executable_sweb.mk
@@ -43,6 +43,6 @@ $(eval $(call gb_Executable_add_noexception_objects,sweb,\
desktop/win32/source/applauncher/sweb \
))
-$(eval $(call gb_Executable_add_nativeres,sweb,src))
+$(eval $(call gb_Executable_add_nativeres,sweb,sweb/src))
# vim: set ts=4 sw=4 et: