diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-04 18:46:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-04 18:46:03 +0100 |
commit | ca03c035e544c460d9278ea6bae414569118099e (patch) | |
tree | be8f06f7181c285b489b6dea2f25f8796cb63d26 /fpicker | |
parent | 52394ea0f992755fc289b3385ed90e5a43360e57 (diff) |
fpicker: fix makefile typo
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/Library_fps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk index 85245e3ce188..a7e8b7ea8a27 100644 --- a/fpicker/Library_fps.mk +++ b/fpicker/Library_fps.mk @@ -63,7 +63,7 @@ $(eval $(call gb_Library_add_linked_libs,fps,\ ifeq ($(COM),MSC) $(eval $(call gb_Library_add_libs,fps,\ - Delayimp.lib /DELAYLOAD:shell32.dll + Delayimp.lib /DELAYLOAD:shell32.dll \ )) endif |