mcabber/src/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Mon, 01 Aug 2005 21:43:01 +0100
changeset 390 468c9cac2798
parent 384 d59e9b8c91d3
child 404 fb2325d24d13
permissions -rw-r--r--
Minor changes to hbuf.c - remove useless do {} while with g_new() - some g_free() were missing

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 =