summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 00:04:03 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:51 +0100
commit03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea (patch)
treebea03102833fe2e84cb296b7844ef338d8903f43 /include
parent386eb3da03dc953c4228147bdea3da9ab4398ad0 (diff)
downloadrasdaman-upstream-03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea.tar.gz
rasdaman-upstream-03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea.tar.xz
rasdaman-upstream-03efcf3d1ee80d500d14345cec0fd9e3e59cb6ea.zip
nonrecbuild: Main work for building
Renames a few programs which are called the same as a directory. We need to change the directories later, and rename them back. Lacks qlparser and rasdl stuff, as those use flex and bison and thus need special handling.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile-files10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/Makefile-files b/include/Makefile-files
index c28ec62..de7367e 100644
--- a/include/Makefile-files
+++ b/include/Makefile-files
@@ -24,8 +24,8 @@
###################################################################
pkginclude_HEADERS =
-pkginclude_HEADERS += basictypes.hh
-pkginclude_HEADERS += bool.h
-pkginclude_HEADERS += globals.hh
-pkginclude_HEADERS += rasdaman.hh
-pkginclude_HEADERS += stdexcept.h
+pkginclude_HEADERS += include/basictypes.hh
+pkginclude_HEADERS += include/bool.h
+pkginclude_HEADERS += include/globals.hh
+pkginclude_HEADERS += include/rasdaman.hh
+pkginclude_HEADERS += include/stdexcept.h