summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript
index 69b457fb..1fbe8e12 100644
--- a/src/serialisation/wscript
+++ b/src/serialisation/wscript
@@ -2,9 +2,6 @@
from waflib.extras import autowaf as autowaf
def build(bld):
- # Headers
- bld.install_files('${INCLUDEDIR}/ingen/serialisation', bld.path.ant_glob('*.hpp'))
-
obj = bld(features = 'cxx cxxshlib')
obj.source = '''
Parser.cpp