view mcabber/src/Makefile.am @ 99:7fffb8a6b229

[/trunk] Changeset 113 by mikael * Fix a bug in completion (when cursor is not at EOL)
author mikael
date Thu, 21 Apr 2005 17:15:13 +0000
parents 9a4aa2797f02
children 3d41aca3d878
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 \
		  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 =