view mcabber/src/Makefile.am @ 78:d001d8fb876d

[/trunk] Changeset 92 by mikael * Improve roster. Next step is to switch to it, from "buddies".
author mikael
date Sat, 16 Apr 2005 20:34:00 +0000
parents 1fc66b6c08ef
children 0bd578421ce9
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 \
		  buddies.c buddies.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 =