Makefile.am
author Frank Zschockelt <lm@freakysoft.de>
Thu, 04 Feb 2016 20:21:06 +0100
changeset 691 3091cdf27671
parent 593 2c04915af500
child 698 a4fe802b8f5c
permissions -rw-r--r--
Fix libtoolize warnings

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

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