[Lunar-commits] <moonbase> ptlib: modifying the BUILD. Some apps use this version.h to,

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Thu Apr 23 00:22:14 CEST 2009


commit 24741615dc84c4785256707b699463d3dd655503
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Apr 22 18:22:14 2009 -0400

    ptlib: modifying the BUILD. Some apps use this version.h to,
    
    um check for the ptlib version.
---
 libs/ptlib/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/libs/ptlib/BUILD b/libs/ptlib/BUILD
index 88c22b1..9574e1c 100644
--- a/libs/ptlib/BUILD
+++ b/libs/ptlib/BUILD
@@ -4,4 +4,11 @@
 
   default_build
 
+  default_build &&
+
+# Why this does not get install, dunno. Well, other apps look for it during their
+# confifure... like h323. So lets install it.
+
+  install version.h /usr/share/ptlib/
+
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list