view mcabber/src/Makefile.am @ 143:300bb88f631f

[/trunk] Changeset 155 by mikael * Check top_panel() occurences etc. for cursor problems... * Replace scr_DrawRoaster() by "update_roster = TRUE" when possible to have some optimization. * Comments, clean up...
author mikael
date Fri, 29 Apr 2005 14:44:02 +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 =