view mcabber/src/Makefile.am @ 92:c6270994fb6e

[/trunk] Changeset 106 by mikael * Add buddy to roster automatically if we receive a presence message and buddy is not already in the roster.
author mikael
date Mon, 18 Apr 2005 18:33:24 +0000
parents 0bd578421ce9
children 9a4aa2797f02
line wrap: on
line source

bin_PROGRAMS = mcabber
mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \
		  roster.c roster.h hbuf.c hbuf.h screen.c screen.h \
		  parsecfg.c parsecfg.h utf8.c utf8.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 =