From f5e59c5bbada030eeae708ac77f8cc8a0275fda5 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Fri, 24 Aug 2018 15:50:06 +0200 Subject: Workaround for parallel build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 2f131e55e060d5d2ea309a254b4dc8914607d468) --- src/kvirc/build/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/kvirc/build/Makefile.am b/src/kvirc/build/Makefile.am index 44db487..588e250 100644 --- a/src/kvirc/build/Makefile.am +++ b/src/kvirc/build/Makefile.am @@ -6,6 +6,9 @@ ######################################################################################################################## AM_CPPFLAGS = -I$(SS_TOPSRCDIR)/src/kvilib/include/ -I$(SS_TOPSRCDIR)/src/kvirc/include/ \ +-I$(SS_TOPSRCDIR)/src/kvirc/kernel/ -I$(SS_TOPSRCDIR)/src/kvirc/kvs/ \ +-I$(SS_TOPSRCDIR)/src/kvirc/module/ -I$(SS_TOPSRCDIR)/src/kvirc/sparser/ \ +-I$(SS_TOPSRCDIR)/src/kvirc/ui/ \ $(SS_INCDIRS) $(SS_CPPFLAGS) -DGLOBAL_KVIRC_DIR=\"$(globalkvircdir)\" kvirc_LDFLAGS = -export-dynamic $(SS_LDFLAGS) $(SS_LIBDIRS) $(SS_RPATH) -- cgit v1.2.3