Codebase list telepathy-glib / upstream/0.5.10 Makefile.am
upstream/0.5.10

Tree @upstream/0.5.10 (Download .tar.gz)

Makefile.am @upstream/0.5.10raw · history · blame

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = m4 tools spec telepathy-glib tests docs

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug

pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = telepathy-glib.pc telepathy-glib-unstable.pc

EXTRA_DIST = \
    check-coding-style.mk \
    check-c-style.sh \
    check-whitespace.sh \
    gtk-doc.make

CLEANFILES = FIXME.out

check-local::
	egrep -A 5 '[F]IXME|[T]ODO|[X]XX' $(srcdir)/telepathy-glib/*.[ch] \
		> FIXME.out || true

dist-hook:
	chmod u+w ${distdir}/ChangeLog
	if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi