You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2013/08/08 11:20:24 UTC

[lucy-commits] [15/15] git commit: refs/heads/master - Install cfish_platform.h

Install cfish_platform.h


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/5eaf066d
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/5eaf066d
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/5eaf066d

Branch: refs/heads/master
Commit: 5eaf066dbfef94bfff6c6e2bcb63e37993f6308b
Parents: 8b79392
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Jul 22 22:25:09 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu Aug 8 11:08:04 2013 +0200

----------------------------------------------------------------------
 clownfish/runtime/c/install.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/5eaf066d/clownfish/runtime/c/install.sh
----------------------------------------------------------------------
diff --git a/clownfish/runtime/c/install.sh b/clownfish/runtime/c/install.sh
index f8d00eb..31d5a53 100755
--- a/clownfish/runtime/c/install.sh
+++ b/clownfish/runtime/c/install.sh
@@ -84,6 +84,7 @@ esac
 mkdir -p $prefix/include
 cp autogen/include/cfish_hostdefs.h $prefix/include
 cp autogen/include/cfish_parcel.h $prefix/include
+cp autogen/include/cfish_platform.h $prefix/include
 cp -R autogen/include/Clownfish $prefix/include
 
 cp -R autogen/man $prefix