From 4f2190ddea763edfb2d84816f23175f88d879934 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 May 2011 18:41:44 +0000 Subject: Don't install private headers git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3339 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/serialisation/wscript') 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 -- cgit v1.2.1