comparison mcabber/src/Makefile.am @ 73:1fc66b6c08ef

[/trunk] Changeset 87 by mikael * Check for glib and update Makefiles to use it.
author mikael
date Sat, 16 Apr 2005 11:59:26 +0000
parents e020828f65d0
children 0bd578421ce9
comparison
equal deleted inserted replaced
72:9b7f0d313e33 73:1fc66b6c08ef
1 bin_PROGRAMS = mcabber 1 bin_PROGRAMS = mcabber
2 mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \ 2 mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \
3 buddies.c buddies.h screen.c screen.h \ 3 roster.c roster.h hbuf.c hbuf.h screen.c screen.h \
4 buddies.c buddies.h \
4 parsecfg.c parsecfg.h utf8.c utf8.h \ 5 parsecfg.c parsecfg.h utf8.c utf8.h \
5 utils.c utils.h lang.c lang.h list.h harddefines.h 6 utils.c utils.h lang.c lang.h list.h harddefines.h
6 7
7 LDADD = -lncurses -lpanel -lssl \ 8 LDADD = -lglib-2.0 -lncurses -lpanel -lssl \
8 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 9 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
9 10
11 INCLUDES = $(GLIB_CFLAGS)
12
10 #SUBDIRS = 13 #SUBDIRS =
11 #INCLUDES =
12 14