diff options
Diffstat (limited to 'src/progs')
-rw-r--r-- | src/progs/ingen/Makefile.am | 2 | ||||
-rw-r--r-- | src/progs/ingen/main.cpp | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/progs/ingen/Makefile.am b/src/progs/ingen/Makefile.am index 9226d6aa..ff408ab2 100644 --- a/src/progs/ingen/Makefile.am +++ b/src/progs/ingen/Makefile.am @@ -1,4 +1,4 @@ -AM_CXXFLAGS = -I$(top_srcdir)/slv2 -I$(top_srcdir)/raul -I$(top_srcdir)/ingen/src/common -I$(top_srcdir)/ingen/src/libs -DINGEN_MODULE_DIR=\"$(libdir)/ingen\" @GTHREAD_CFLAGS@ @GLIBMM_CFLAGS@ +AM_CXXFLAGS = @GTHREAD_CFLAGS@ @GLIBMM_CFLAGS@ @RAUL_CFLAGS@ @SLV2_CFLAGS@ -I$(top_srcdir)/ingen/src/common -I$(top_srcdir)/ingen/src/libs -DINGEN_MODULE_DIR=\"$(libdir)/ingen\" MAINTAINERCLEANFILES = Makefile.in diff --git a/src/progs/ingen/main.cpp b/src/progs/ingen/main.cpp index 5f4070b9..1172c33a 100644 --- a/src/progs/ingen/main.cpp +++ b/src/progs/ingen/main.cpp @@ -15,8 +15,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "../../../../config/config.h" - +#include CONFIG_H_PATH #include <iostream> #include <string> #include <signal.h> |