view mcabber/src/Makefile.am @ 1610:6db9f403f707

Replace 'username' with 'jid' in the configuration file The previous behaviour doesn't make much sense anymore. MCabber does DNS SRV lookups so providing the server name is usually not needed.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 20:06:47 +0200
parents 351427ef0b4b
children fca9a4c17432
line wrap: on
line source

bin_PROGRAMS = mcabber
mcabber_SOURCES = main.c roster.c roster.h events.c events.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 utf8.c utf8.h \
		  histolog.c histolog.h utils.c utils.h pgp.c pgp.h \
		  xmpp.c xmpp.h xmpp_helper.c xmpp_helper.h xmpp_defines.h \
		  xmpp_iq.c xmpp_iq.h xmpp_iqrequest.c xmpp_iqrequest.h \
		  xmpp_muc.c xmpp_muc.h xmpp_s10n.c xmpp_s10n.h \
		  caps.c caps.h fifo.c fifo.h help.c help.h

if OTR
mcabber_SOURCES += otr.c otr.h nohtml.c nohtml.h
endif

LDADD = $(GLIB_LIBS) $(LOUDMOUTH_LIBS) $(GPGME_LIBS) $(LIBOTR_LIBS) \
				$(ENCHANT_LIBS)

AM_CPPFLAGS = $(GLIB_CFLAGS) $(LOUDMOUTH_CFLAGS) $(GPGME_CFLAGS) \
				$(LIBOTR_CFLAGS) $(ENCHANT_CFLAGS)

CLEANFILES = hgcset.h

if HGCSET
BUILT_SOURCES = hgcset.h

hgcset.h:
	../hgcset.sh

.PHONY: hgcset.h
endif

#SUBDIRS =