blob: bf4029566b1d862369aea9641c9f78313a1364ea (
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
29
30
31
32
|
SUBDIRS = lib embed src plugins data po help doc
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
autogen.sh \
intltool-merge.in \
intltool-update.in \
intltool-extract.in \
gnome-doc-utils.make \
COPYING.README \
HACKING \
MAINTAINERS \
ChangeLog-20030925 \
ChangeLog-20040912 \
ChangeLog-20050828
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
gnome-doc-utils.make
DISTCHECK_CONFIGURE_FLAGS = \
--enable-python \
--enable-zeroconf \
--enable-desktop-file-plugin \
--enable-certificate-manager \
--enable-gtk-doc \
--disable-schemas-install \
--disable-scrollkeeper \
--with-gecko=$(MOZILLA)
|