diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-24 16:58:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-24 17:37:45 +0200 |
commit | ced9e2abecbbdf70acb3ca46c5e6a6d4247015c0 (patch) | |
tree | ce5c0a9b5cbe7a0a00e8a53171502505668e8259 /desktop/Executable_smath.mk | |
parent | 7dc8c952be0595ef0fb161bd524aaff0d3f791d2 (diff) |
desktop: rename WinResTarget target to match source file
Change-Id: Ice900801109efc8591b9a3fb5c490d070b23730a
Diffstat (limited to 'desktop/Executable_smath.mk')
-rw-r--r-- | desktop/Executable_smath.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk index f0ef469efeef..bb83a18f2584 100644 --- a/desktop/Executable_smath.mk +++ b/desktop/Executable_smath.mk @@ -30,6 +30,6 @@ $(eval $(call gb_Executable_add_noexception_objects,smath,\ desktop/win32/source/applauncher/smath \ )) -$(eval $(call gb_Executable_add_nativeres,smath,smath/src)) +$(eval $(call gb_Executable_add_nativeres,smath,smath/launcher)) # vim: set ts=4 sw=4 et: |