comparison mcabber/src/Makefile.am @ 481:fa9149832af2

Remove hardcoded -lglib-2.0 Thanks to Vsevolod Stakhov.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 05 Oct 2005 19:23:54 +0200
parents fb2325d24d13
children 5c6d364130ee
comparison
equal deleted inserted replaced
480:882e1acae422 481:fa9149832af2
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 logprint.h \ 4 hbuf.c hbuf.h screen.c screen.h logprint.h \
5 settings.c settings.h hooks.c hooks.h \ 5 settings.c settings.h hooks.c hooks.h \
6 histolog.c histolog.h utils.c utils.h list.h 6 histolog.c histolog.h utils.c utils.h list.h
7 7
8 LDADD = -lglib-2.0 -lncurses -lpanel \ 8 LDADD = $(GLIB_LIBS) -lncurses -lpanel \
9 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 9 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
10 10
11 INCLUDES = $(GLIB_CFLAGS) 11 INCLUDES = $(GLIB_CFLAGS)
12 12
13 #SUBDIRS = 13 #SUBDIRS =