blob: 3beff672cce1802204e24ed49bef7fc41bd22617 (
plain) (
tree)
|
|
SUBDIRS = lib embed idl src data po help doc
ACLOCAL_AMFLAGS = -I m4
distcleancheck_listfiles = find . -type f -print | grep -v 'omf\.out'
distuninstallcheck_listfiles = find . -type f -print | grep -v '/var/scrollkeeper'
EXTRA_DIST = \
autogen.sh \
intltool-merge.in \
intltool-update.in \
intltool-extract.in \
po/LINGUAS \
gnome-doc-utils.make \
COPYING.README \
HACKING \
MAINTAINERS \
ChangeLog-20030925 \
ChangeLog-20040912
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
gnome-doc-utils.make
DISTCHECK_CONFIGURE_FLAGS = --enable-dbus --enable-python --enable-gtk-doc --disable-schemas-install --disable-scrollkeeper --with-mozilla=$(MOZILLA)
|