view mcabber/src/Makefile.am @ 140:3b480b73df19

[/trunk] Changeset 152 by mikael * Buddy buffer is hidden when we leave, even if we go on a group entry.
author mikael
date Thu, 28 Apr 2005 20:11:31 +0000
parents ef898db62b79
children 417880d6eea2
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 list.h harddefines.h

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

INCLUDES = $(GLIB_CFLAGS)

#SUBDIRS =