Skip to content

Commit

Permalink
fpicker: rename WinResTarget target to match source file
Browse files Browse the repository at this point in the history
Change-Id: Icdc6ff082daaaca5458b817109738b5debdf4007
  • Loading branch information
Michael Stahl committed Apr 24, 2013
1 parent ca629ad commit e4389ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fpicker/Library_fps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

$(eval $(call gb_Library_Library,fps))

$(eval $(call gb_Library_add_nativeres,fps,fps/src))
$(eval $(call gb_Library_add_nativeres,fps,fps/Fps))

$(eval $(call gb_Library_set_componentfile,fps,fpicker/source/win32/fps))

Expand Down
4 changes: 2 additions & 2 deletions fpicker/WinResTarget_fps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_WinResTarget_WinResTarget,fps/src))
$(eval $(call gb_WinResTarget_WinResTarget,fps/Fps))

$(eval $(call gb_WinResTarget_set_rcfile,fps/src,fpicker/source/win32/filepicker/Fps))
$(eval $(call gb_WinResTarget_set_rcfile,fps/Fps,fpicker/source/win32/filepicker/Fps))

# vim: set ts=4 sw=4 et:

0 comments on commit e4389ab

Please sign in to comment.