mcabber/src/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Mon, 14 Nov 2005 18:16:59 +0100
changeset 516 e5008032edb8
parent 481 fa9149832af2
child 577 5c6d364130ee
permissions -rw-r--r--
Add option 'show_status_in_buffer'

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

LDADD = $(GLIB_LIBS) -lncurses -lpanel \
	../libjabber/liblibjabber.a ../connwrap/libconnwrap.a

INCLUDES = $(GLIB_CFLAGS)

#SUBDIRS =