view mcabber/src/Makefile.am @ 125:1bf1a1233b88

[/trunk] Changeset 138 by mikael * Automatic subscription to our network presence updates. We should ask the user, of course, but at least it works...
author mikael
date Wed, 27 Apr 2005 19:48:57 +0000
parents 8ac67e951eab
children ef898db62b79
line wrap: on
line source

bin_PROGRAMS = mcabber
mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \
		  commands.c commands.h compl.c compl.h \
		  hbuf.c hbuf.h screen.c screen.h \
		  parsecfg.c parsecfg.h utf8.c utf8.h \
		  hooks.c hooks.h histolog.c histolog.h \
		  utils.c utils.h lang.c lang.h list.h harddefines.h

LDADD = -lglib-2.0 -lncurses -lpanel -lssl \
	../libjabber/liblibjabber.a ../connwrap/libconnwrap.a

INCLUDES = $(GLIB_CFLAGS)

#SUBDIRS =