blob: b95c1db3e7615f4b2c9c2b8fab9e037a65b62d81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'
SUBDIRS = \
po \
gksu \
image-converter \
open-terminal \
sendto \
share
EXTRA_DIST = \
intltool-extract.in \
intltool-update.in \
intltool-merge.in
DISTCLEANFILES = \
intltool-extract \
intltool-update \
intltool-merge \
po/.intltool-merge-cache
|