summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2018-06-08 17:21:13 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-08-12 11:11:39 +0200
commite7876ee41c2a51ac5716e61e8af1573b63146f98 (patch)
tree3d2586b5cc9ade2781e77cf8bdd8b8baf60d4a0a /plugin
parent261530fbbdef61e2d1ad88a04a86586bdd1e2bf4 (diff)
add pugixml to make files
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.mingw32.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in
index af07e79..f93f226 100644
--- a/plugin/Makefile.mingw32.in
+++ b/plugin/Makefile.mingw32.in
@@ -9,6 +9,7 @@ VST_SRC = \
VST_CFLAGS=-I$(VST_BASE)
DG_SRC = \
+ @top_srcdir@/pugixml/src/pugixml.cpp \
@top_srcdir@/src/audiocachefile.cc \
@top_srcdir@/src/audiocache.cc \
@top_srcdir@/src/audiocacheeventhandler.cc \