blob: 1d51f9ae816597da23696eb31fe3976cf1bfc20c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## Process this file with automake to produce Makefile.in
SUBDIRS = src
EXTRA_DIST = \
VERSION \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
|