diff mcabber/src/Makefile.am @ 868:cefdaeb42e67

Add online /help command We use help files stored in "$DATA_DIR/mcabber/help/$lang/", with $lang defaulting to "en". The DATA_DIR location can be set using configure --with-datadir="...".
author Mikael Berthe <mikael@lilotux.net>
date Thu, 25 May 2006 18:20:52 +0200
parents 0dbb2be10975
children a75f7a13df7b
line wrap: on
line diff
--- a/mcabber/src/Makefile.am	Wed May 24 23:30:31 2006 +0200
+++ b/mcabber/src/Makefile.am	Thu May 25 18:20:52 2006 +0200
@@ -4,7 +4,7 @@
 		  commands.c commands.h compl.c compl.h \
 		  hbuf.c hbuf.h screen.c screen.h logprint.h \
 		  settings.c settings.h hooks.c hooks.h \
-		  histolog.c histolog.h utils.c utils.h
+		  histolog.c histolog.h utils.c utils.h help.c help.h
 
 LDADD = $(GLIB_LIBS) -lncurses -lpanel \
 	../libjabber/liblibjabber.a ../connwrap/libconnwrap.a