Makefile.am
author Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Sat, 10 Oct 2009 18:24:58 +0200
changeset 600 7f0be2600f6d
parent 593 2c04915af500
child 691 3091cdf27671
permissions -rw-r--r--
The Digest URI in the MD5 SASL Response wasn't set correctly when using SRV records. committer: Frank Zschockelt <lm@freakysoft.de>

include $(top_srcdir)/build/Makefile.am.lm

SUBDIRS = loudmouth docs examples $(TEST_DIRS)
DIST_SUBDIRS = loudmouth docs examples tests

EXTRA_DIST +=			\
	loudmouth-1.0.pc.in     \
	README.WIN32

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = loudmouth-1.0.pc

DISTCHECK_CONFIGURE_FLAGS =     \
	--enable-gtk-doc

ChangeLog: OLD_VERSION=`git describe`
ChangeLog:
	git log --no-merges $(OLD_VERSION)..HEAD > $(srcdir)/ChangeLog