comparison mcabber/src/Makefile.am @ 279:f5dd437c057b

Rewrite the settings system Settings now use glibc library, and can be used for aliases and bindings.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 05 Jul 2005 23:50:50 +0100
parents 417880d6eea2
children dea407d53fe6 33b8e801ffa6
comparison
equal deleted inserted replaced
278:a7af5517b453 279:f5dd437c057b
1 bin_PROGRAMS = mcabber 1 bin_PROGRAMS = mcabber
2 mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \ 2 mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \
3 commands.c commands.h compl.c compl.h \ 3 commands.c commands.h compl.c compl.h \
4 hbuf.c hbuf.h screen.c screen.h \ 4 hbuf.c hbuf.h screen.c screen.h \
5 parsecfg.c parsecfg.h utf8.c utf8.h \ 5 settings.c settings.h parsecfg.c parsecfg.h \
6 hooks.c hooks.h histolog.c histolog.h \ 6 hooks.c hooks.h histolog.c histolog.h \
7 utils.c utils.h list.h harddefines.h 7 utf8.c utf8.h utils.c utils.h list.h harddefines.h
8 8
9 LDADD = -lglib-2.0 -lncurses -lpanel \ 9 LDADD = -lglib-2.0 -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)