Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Mon, 25 Jan 2021 20:59:00 +0100
changeset 740 f1bb5e7e9477
parent 706 54b976da688b
permissions -rw-r--r--
Bump version to 1.5.4

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

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

ACLOCAL_AMFLAGS = -I m4

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

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