From 8f300114ea239fea7aee015a12ac5605888a9d33 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 20 Jun 2018 20:26:30 +0200 Subject: Add missing mingw include path. --- plugin/Makefile.mingw32.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index fb00428..b5202c0 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -43,7 +43,7 @@ DG_SRC = \ @top_srcdir@/src/thread.cc \ @top_srcdir@/src/versionstr.cc DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/include -I@top_srcdir@/src \ - -I@top_srcdir@/pugixml \ + -I@top_srcdir@/pugixml/src \ -I@top_srcdir@/plugin/plugingizmo -DVST -DSSE -msse -msse2 # -DDISABLE_HUGIN -- cgit v1.2.3