view mcabber/src/Makefile.am @ 315:65aa05520556

First Ctrl-C now also leaves multi-line message mode * First Ctrl-C does a "/msay abort" command * Remove debug stuff * "/msay abort" displays a message when leaving multi-line mode
author Mikael Berthe <mikael@lilotux.net>
date Fri, 15 Jul 2005 10:56:15 +0100
parents f5dd437c057b
children dea407d53fe6 33b8e801ffa6
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 \
		  settings.c settings.h parsecfg.c parsecfg.h \
		  hooks.c hooks.h histolog.c histolog.h \
		  utf8.c utf8.h utils.c utils.h list.h harddefines.h

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

INCLUDES = $(GLIB_CFLAGS)

#SUBDIRS =