diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-25 21:31:27 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:16:31 +0200 |
commit | 3e25a2a2f1fb881debade053d4862f094614e24a (patch) | |
tree | 77c20d61e99306e3aa33054bb8f1eb0d4e6ae0e2 /plugingui | |
parent | f2fa9543a11fd5551aa619160d5a02b886fb1bbb (diff) |
Remove obsolete SAXParser class and eXpat dependency.
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index c726088..4da8ce9 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -164,7 +164,6 @@ plugingui_CXXFLAGS = \ $(GUI_CPPFLAGS) \ $(SNDFILE_CXXFLAGS) \ $(PTHREAD_CFLAGS) \ - $(EXPAT_CFLAGS) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src \ -I$(top_srcdir)/hugin |