summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosh Blum2012-11-23 11:53:00 -0800
committerJosh Blum2012-11-23 11:53:00 -0800
commitcc151565932c8bc592a5279d6635381cc2277924 (patch)
tree4c453902717ff95e899fcf702186410af44e6f7b /include
parent45dd52310ad88b6ea249b310178599a892427648 (diff)
downloadsandhi-cc151565932c8bc592a5279d6635381cc2277924.tar.gz
sandhi-cc151565932c8bc592a5279d6635381cc2277924.tar.bz2
sandhi-cc151565932c8bc592a5279d6635381cc2277924.zip
swig tweaks, forgot i file install
Diffstat (limited to 'include')
-rw-r--r--include/gras/CMakeLists.txt1
-rw-r--r--include/gras/block.i2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/gras/CMakeLists.txt b/include/gras/CMakeLists.txt
index 83ff432..85c51c3 100644
--- a/include/gras/CMakeLists.txt
+++ b/include/gras/CMakeLists.txt
@@ -14,6 +14,7 @@ install(FILES
io_signature.i
sbuffer.hpp
sbuffer.ipp
+ sbuffer.i
tags.hpp
tags.i
thread_pool.hpp
diff --git a/include/gras/block.i b/include/gras/block.i
index e63ffdc..94ea772 100644
--- a/include/gras/block.i
+++ b/include/gras/block.i
@@ -9,7 +9,7 @@
%include <gras/element.i>
%include <gras/tags.i>
-%include <gras/sbuffer.hpp>
+%import <gras/sbuffer.i>
%include <gras/block.hpp>
#endif /*INCLUDED_GRAS_BLOCK_I*/