comparison mcabber/src/Makefile.am @ 822:0dbb2be10975

Get rid of list.h We use glib functions instead.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 23 Apr 2006 11:21:24 +0200
parents d3af6877a7df
children cefdaeb42e67
comparison
equal deleted inserted replaced
821:8c64874c449e 822:0dbb2be10975
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 list.h 7 histolog.c histolog.h utils.c utils.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)