summaryrefslogtreecommitdiffstats
path: root/fpicker/Library_fps.mk
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/Library_fps.mk
parentcanvas: work around NOMINMAX windows breakage (diff)
downloadcore-ca03c035e544c460d9278ea6bae414569118099e.tar.gz
core-ca03c035e544c460d9278ea6bae414569118099e.zip
fpicker: fix makefile typo
Diffstat (limited to 'fpicker/Library_fps.mk')
-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