diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2018-06-08 17:21:13 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:11:39 +0200 |
commit | e7876ee41c2a51ac5716e61e8af1573b63146f98 (patch) | |
tree | 3d2586b5cc9ade2781e77cf8bdd8b8baf60d4a0a /plugin/Makefile.mingw32.in | |
parent | 261530fbbdef61e2d1ad88a04a86586bdd1e2bf4 (diff) |
add pugixml to make files
Diffstat (limited to 'plugin/Makefile.mingw32.in')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
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 \ |