From ec2cb809cd57b26ad2468894d7266c2ff7ddadc1 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 29 May 2018 06:59:26 +0100 Subject: [PATCH] Add Doxygen to include paths --- Source/Makefile.am | 1 + Source/Modules/java.cxx | 2 +- Source/Modules/python.cxx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Makefile.am b/Source/Makefile.am index df3d4b75f..845fc33fd 100644 --- a/Source/Makefile.am +++ b/Source/Makefile.am @@ -13,6 +13,7 @@ AM_CPPFLAGS = -I$(BUILD_SOURCE_DIR)/Include \ -I$(SOURCE_DIR)/Include \ -I$(SOURCE_DIR)/DOH \ -I$(SOURCE_DIR)/CParse \ + -I$(SOURCE_DIR)/Doxygen \ -I$(SOURCE_DIR)/Preprocessor \ -I$(SOURCE_DIR)/Swig \ -I$(SOURCE_DIR)/Modules diff --git a/Source/Modules/java.cxx b/Source/Modules/java.cxx index 12da307cf..0d42ba7d5 100644 --- a/Source/Modules/java.cxx +++ b/Source/Modules/java.cxx @@ -15,7 +15,7 @@ #include // for INT_MAX #include "cparse.h" #include -#include "../Doxygen/javadoc.h" +#include "javadoc.h" /* Hash type used for upcalls from C/C++ */ typedef DOH UpcallData; diff --git a/Source/Modules/python.cxx b/Source/Modules/python.cxx index 79edb6532..fae1f66e1 100644 --- a/Source/Modules/python.cxx +++ b/Source/Modules/python.cxx @@ -17,7 +17,7 @@ #include #include #include -#include "../Doxygen/pydoc.h" +#include "pydoc.h" #include #include