From 5956607ca4d444b516b064fd70d7994b38e99296 Mon Sep 17 00:00:00 2001 From: LiMinggang Date: Sat, 13 Jun 2020 14:18:28 +0800 Subject: [PATCH] Fix Linux build --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0290ed77..6fb657d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/charset-detector/src \ -I$(top_srcdir)/minipython/Include -I$(top_srcdir)/minipython/Python \ -I$(top_srcdir)/minipython/Modules/zlib -I$(top_srcdir)/markdown -I$(top_srcdir)/astyle \ -I$(top_srcdir)/astyle/astyle -I$(top_srcdir)/src/MadEdit -I$(top_srcdir)/python/include \ --I$(top_srcdir)/python/include/boost/python +-I$(top_srcdir)/python/include/boost/python -I$(top_srcdir)/json madedit_CXXFLAGS = -DDATA_DIR=\"${datadir}\" madedit_SOURCES = src/MadAboutDialog.cpp \ @@ -688,7 +688,9 @@ madedit_SOURCES = src/MadAboutDialog.cpp \ python/src/slice.cpp \ python/src/str.cpp \ python/src/tuple.cpp \ - python/src/wrapper.cpp + python/src/wrapper.cpp \ + json/JSON.cpp \ + json/JSON.h dist_doc_DATA = gpl-3.0.txt README.txt help/MadPython.txt help/Help.txt help/KeyMapping.html help/RegexReference.html pixmapsdir = $(datadir)/pixmaps