mcabber/src/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Thu, 28 Jul 2005 13:16:36 +0100
changeset 383 39c5da51b387
parent 374 bd5638c21834
child 384 d59e9b8c91d3
permissions -rw-r--r--
Remove utf8 files, use Glib

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 logprint.h \
		  settings.c settings.h \
		  hooks.c hooks.h histolog.c histolog.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 =