view mcabber/src/Makefile.am @ 614:d3020b2c4da2

Show empty resources We used to replace empty resources with "default" but this wasn't a good idea, IMO.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 16 Dec 2005 00:40:49 +0100
parents 5c6d364130ee
children 413e95f3051a
line wrap: on
line source

bin_PROGRAMS = mcabber
mcabber_SOURCES = main.c roster.c roster.h \
		  jabglue.c jabglue.h jab_iq.c jab_priv.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 =