view mcabber/src/Makefile.am @ 496:be0b710c2cad

Added tag 0.7.0 for changeset 26f3c7695fe1a806cf3f22bfc2ef49fddef75dcc
author Mikael Berthe <mikael@lilotux.net>
date Mon, 10 Oct 2005 19:09:38 +0200
parents fa9149832af2
children 5c6d364130ee
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 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 =