mcabber/src/Makefile.am
author mikael
Sat, 23 Apr 2005 20:46:30 +0000
changeset 110 3d41aca3d878
parent 94 9a4aa2797f02
child 113 8ac67e951eab
permissions -rw-r--r--
[/trunk] Changeset 124 by mikael * Begin history logging. Not ready yet...

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 \
		  histolog.c histolog.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 =