Thu Jul 24 15:34:50 2008 Søren Sandmann <sandmann@redhat.com> * configure.in * NEWS Updated for 2.23.5 * configure.in, Makefile.am Make typing-break a conditional to make it distcheck svn path=/trunk/; revision=8794
16 lines
318 B
Makefile
16 lines
318 B
Makefile
SUBDIRS = po libsounds libwindow-settings libslab capplets shell help
|
|
|
|
if HAVE_TYPING_BREAK
|
|
SUBDIRS += typing-break
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
DISTCLEANFILES = \
|
|
gnome-doc-utils.make
|
|
|
|
EXTRA_DIST = \
|
|
MAINTAINERS \
|
|
gnome-doc-utils.make
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb
|