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/07/22 22:25:50 UTC

[lucy-commits] git commit: refs/heads/charmonizer-decoupling - Install cfish_platform.h

Updated Branches:
  refs/heads/charmonizer-decoupling 7406b6c2d -> 65e27bc60


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/65e27bc6
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/65e27bc6
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/65e27bc6

Branch: refs/heads/charmonizer-decoupling
Commit: 65e27bc60da6ad463dc608e7a99787eae173f5c6
Parents: 7406b6c
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Jul 22 22:25:09 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Jul 22 22:25:09 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/lucy/blob/65e27bc6/clownfish/runtime/c/install.sh
----------------------------------------------------------------------
diff --git a/clownfish/runtime/c/install.sh b/clownfish/runtime/c/install.sh
index 190b053..193924c 100755
--- a/clownfish/runtime/c/install.sh
+++ b/clownfish/runtime/c/install.sh
@@ -68,6 +68,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