summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: bd2ae64e1b57af6aa3388c85e534013094a6f455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NULL =
ACLOCAL_AMFLAGS = -I m4
AM_MAKEFLAGS = --no-print-directory

SUBDIRS =					\
	src					\
	po					\
	$(NULL)

EXTRA_DIST =					\
	intltool-extract.in			\
	intltool-merge.in			\
	intltool-update.in			\
	$(NULL)

DISTCLEANFILES =				\
	intltool-extract			\
	intltool-merge				\
	intltool-update				\
	$(NULL)