summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-03-23 20:56:21 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2017-03-26 19:41:05 +0200
commit2497577c09b13a55430a95fcf311448fda11cae3 (patch)
tree3431b8f0d83b8890eeab14813fb367d084b9e500 /plugin
parentb0cf022ea75b763531e6ae63abccadf2bfa7a84b (diff)
Fix resize event in win32 backend.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.mingw32.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in
index 575a8a2..cab3e0c 100644
--- a/plugin/Makefile.mingw32.in
+++ b/plugin/Makefile.mingw32.in
@@ -86,7 +86,7 @@ GUI_SRC = \
@top_srcdir@/plugingui/lodepng/lodepng.cpp
GUI_CPPFLAGS=-I@top_srcdir@/plugingui/ -DUSE_THREAD @GUI_CPPFLAGS@
-GUI_LIBS=-lgdi32 -lsetupapi -lws2_32
+GUI_LIBS=@GUI_LIBS@
DBG_SRC = \
@top_srcdir@/hugin/hugin.c \