blob: 6ed29de2b19cb793ca29d7f37d64a3f62007e249 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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 \
xmldocs.make \
omf.make \
COPYING.README \
HACKING \
MAINTAINERS \
ChangeLog-20030925 \
ChangeLog-20040912
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
DISTCHECK_CONFIGURE_FLAGS = --enable-python --enable-gtk-doc --disable-schemas-install --with-mozilla=$(MOZILLA)
|