comparison 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
comparison
equal deleted inserted replaced
867:7f056c566569 868:cefdaeb42e67
2 mcabber_SOURCES = main.c roster.c roster.h events.c events.h \ 2 mcabber_SOURCES = main.c roster.c roster.h events.c events.h \
3 jabglue.c jabglue.h jab_iq.c jab_priv.h \ 3 jabglue.c jabglue.h jab_iq.c jab_priv.h \
4 commands.c commands.h compl.c compl.h \ 4 commands.c commands.h compl.c compl.h \
5 hbuf.c hbuf.h screen.c screen.h logprint.h \ 5 hbuf.c hbuf.h screen.c screen.h logprint.h \
6 settings.c settings.h hooks.c hooks.h \ 6 settings.c settings.h hooks.c hooks.h \
7 histolog.c histolog.h utils.c utils.h 7 histolog.c histolog.h utils.c utils.h help.c help.h
8 8
9 LDADD = $(GLIB_LIBS) -lncurses -lpanel \ 9 LDADD = $(GLIB_LIBS) -lncurses -lpanel \
10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
11 11
12 INCLUDES = $(GLIB_CFLAGS) 12 INCLUDES = $(GLIB_CFLAGS)