From 02d1b48acee352c9210d9d8b1a581600e469af9e Mon Sep 17 00:00:00 2001
From: JWu <j.wuttke@fz-juelich.de>
Date: Tue, 10 Sep 2013 18:36:56 +0200
Subject: [PATCH] corr xax include

---
 pub/src/Makefile.am | 2 +-
 pub/src/Makefile.in | 2 +-
 pub/src/xax_lex.lpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pub/src/Makefile.am b/pub/src/Makefile.am
index bf40d4a4..3a3885aa 100644
--- a/pub/src/Makefile.am
+++ b/pub/src/Makefile.am
@@ -1,4 +1,4 @@
-BUILT_SOURCES = xax_yacc.h  # otherwise we cannot include it into flex
+BUILT_SOURCES = xax_yacc.hpp    # otherwise we cannot include it into flex
 AM_YFLAGS = -d -p xax           # options passed to yacc
 AM_LFLAGS = -Pxax -olex.yy.c    # options passed to lex
 
diff --git a/pub/src/Makefile.in b/pub/src/Makefile.in
index ab8f0cb9..554df433 100644
--- a/pub/src/Makefile.in
+++ b/pub/src/Makefile.in
@@ -281,7 +281,7 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-BUILT_SOURCES = xax_yacc.h  # otherwise we cannot include it into flex
+BUILT_SOURCES = xax_yacc.hpp    # otherwise we cannot include it into flex
 AM_YFLAGS = -d -p xax           # options passed to yacc
 AM_LFLAGS = -Pxax -olex.yy.c    # options passed to lex
 frida_SOURCES = \
diff --git a/pub/src/xax_lex.lpp b/pub/src/xax_lex.lpp
index 61ccee1a..23c66844 100644
--- a/pub/src/xax_lex.lpp
+++ b/pub/src/xax_lex.lpp
@@ -22,7 +22,7 @@ using namespace std;
 #include "reg.hpp"
 #include "var.hpp"
 #include "expr.hpp"
-#include "xax_yacc.h"
+#include "xax_yacc.hpp"
 
 // xaxtype must also be declared in xax_yacc
 struct xaxtype {
-- 
GitLab