Updated to release 1.7.0
[siplcs.git] / Makefile.am
blobfcfc560aaa559053424f4e8ce1af56706f2035a3
1 SUBDIRS = src pixmaps m4macros po
3 EXTRA_DIST = \
4         intltool-extract.in \
5         intltool-merge.in \
6         intltool-update.in \
7         AUTHORS \
8         README \
9         HACKING \
10         contrib
12 CLEANFILES = \
13         intltool-extract \
14         intltool-update \
15         intltool-merge
17 MAINTAINERCLEANFILES = \
18         compile \
19         INSTALL \
20         config.h.in \
21         aclocal.m4 \
22         ltmain.sh \
23         Makefile.in \
24         depcomp \
25         missing \
26         install-sh \
27         configure \
28         config.sub \
29         config.guess \
30         intltool-extract.in \
31         intltool-merge.in   \
32         intltool-update.in  \
33         mkinstalldirs
35 tests:
36         pushd src; make tests; popd;