Makefile.am
author Frank Zschockelt <lm@freakysoft.de>
Thu, 04 Feb 2016 22:31:40 +0100
changeset 699 7cb765b626a9
parent 698 a4fe802b8f5c
child 706 54b976da688b
permissions -rw-r--r--
Use "dnl" for configure.ac-only comments

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     \
	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