changeset 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 882e1acae422
children 2ea7591584ab
files mcabber/src/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/Makefile.am	Tue Oct 04 19:47:50 2005 +0200
+++ b/mcabber/src/Makefile.am	Wed Oct 05 19:23:54 2005 +0200
@@ -5,7 +5,7 @@
 		  settings.c settings.h hooks.c hooks.h \
 		  histolog.c histolog.h utils.c utils.h list.h
 
-LDADD = -lglib-2.0 -lncurses -lpanel \
+LDADD = $(GLIB_LIBS) -lncurses -lpanel \
 	../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
 
 INCLUDES = $(GLIB_CFLAGS)