diff options
author | Mu Qiao <qiaomuf@gentoo.org> | 2011-08-03 15:56:10 +0800 |
---|---|---|
committer | Mu Qiao <qiaomuf@gentoo.org> | 2011-08-03 16:58:17 +0800 |
commit | 248faf7d8ad085e237973aa4a4145793cfc3345e (patch) | |
tree | 7ba1a478541ef20e0972051c9dd4bfc470ed8a68 /bashast | |
parent | Parser: improve the rule for regular expression (diff) | |
download | libbash-248faf7d8ad085e237973aa4a4145793cfc3345e.tar.gz libbash-248faf7d8ad085e237973aa4a4145793cfc3345e.tar.bz2 libbash-248faf7d8ad085e237973aa4a4145793cfc3345e.zip |
Build: install public headers
We need to put all public headers into the include directory.
Diffstat (limited to 'bashast')
-rw-r--r-- | bashast/bashast.g | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashast/bashast.g b/bashast/bashast.g index 5549439..b7e0d32 100644 --- a/bashast/bashast.g +++ b/bashast/bashast.g @@ -165,7 +165,7 @@ tokens{ @postinclude { C_INCLUDE #include <boost/numeric/conversion/cast.hpp> - C_INCLUDE #include "core/exceptions.h" + C_INCLUDE #include "exceptions.h" } @lexer::postinclude { #define double_quoted ctx->double_quoted |