summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-04 18:46:03 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-04 18:46:03 +0100
commitca03c035e544c460d9278ea6bae414569118099e (patch)
treebe8f06f7181c285b489b6dea2f25f8796cb63d26 /fpicker
parent52394ea0f992755fc289b3385ed90e5a43360e57 (diff)
fpicker: fix makefile typo
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/Library_fps.mk2
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