blob: 093a4e4334e335058e215e9db7d2f32b91cb19ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUBDIRS = po data src tests help
INTLTOOL_BUILT = \
intltool-extract \
intltool-merge \
intltool-update
EXTRA_DIST = \
autogen.sh \
sound-juicer.spec \
xmldocs.make \
omf.make \
$(INTLTOOL_BUILT:=.in)
DISTCLEANFILES = po/.intltool-merge-cache \
$(INTLTOOL_BUILT)
distuninstallcheck_listfiles = \
find -path ./var/scrollkeeper/\* -prune -or -type f -print
|