From cd62f6e0b5e82a9e18676b8a7e88ab6538961436 Mon Sep 17 00:00:00 2001 From: Andrei Aiordachioaie Date: Fri, 24 Jul 2009 11:17:29 +0200 Subject: fixed generation of lib/ and include/ folders on install --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c41c202..4a36403 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,11 +37,15 @@ CHECKLIMITS=@CHECKLIMITS@ ACLOCAL_AMFLAGS = -I m4 +nobase_include_HEADERS=raslib/*.h raslib/*.hh raslib/*.icc raslib/*.cc \ + rasodmg/*.hh rasodmg/*.cc rasodmg/*.icc conversion/*.h conversion/*.hh \ + compression/*.hh clientcomm/*.h clientcomm/*.hh + SUBDIRS = relblobif relindexif relmddif relcatalogif reladminif relstorageif \ indexmgr catalogmgr tilemgr storagemgr compression commline network \ raslib clientcomm servercomm rasodmg qlparser conversion \ mddmgr httpserver mymalloc time server rasmgr rascontrol rasdl \ - applications bin insertutils manuals_and_examples + applications bin insertutils manuals_and_examples include dist_log_DATA=empty -- cgit