diff mcabber/hgcset.sh @ 1668:41c26b7d2890

Install mcabber headers * Change mcabber headers naming scheme * Move 'src/' -> 'mcabber/' * Add missing include <mcabber/config.h>'s * Create and install clean config.h version in 'include/' * Move "dirty" config.h version to 'mcabber/' * Add $(top_srcdir) to compiler include path * Update modules HOWTO
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 15:36:19 +0200
parents 6cb8edbda6d2
children e8f2db654e67
line wrap: on
line diff
--- a/mcabber/hgcset.sh	Tue Feb 02 21:27:26 2010 +0100
+++ b/mcabber/hgcset.sh	Mon Jan 18 15:36:19 2010 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 if [ ! -f logprint.h ]; then
-  echo "You are not in the src directory" >&2
+  echo "You are not in the mcabber directory" >&2
   exit 1
 fi