Makefile.am
author Michael Biebl <biebl@debian.org>
Sun, 31 Jan 2016 17:03:51 +0100
changeset 686 206f6c199485
parent 593 2c04915af500
child 691 3091cdf27671
permissions -rw-r--r--
Stop using dolt Dolt is no longer maintained upstream [1] and libtool has gotten much better. The permformance difference is neglible nowadays. [1] http://dolt.freedesktop.org/

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