diff options
author | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-09 13:10:42 +0200 |
---|---|---|
committer | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-09 13:10:42 +0200 |
commit | cf7d885d901b0abdccaad5cc3305a080744eaf5b (patch) | |
tree | bf56ba367a8a872dc562fcf8cce9af6aebae67af /Makefile.am |
Imported Upstream version 0.9.10upstream/0.9.10
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..0599e22 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,17 @@ +SUBDIRS = src data help po + +EXTRA_DIST = \ + autogen.sh \ + simple-scan.doap + +DISTCLEANFILES = \ + Makefile.in \ + aclocal.m4 \ + configure \ + depcomp \ + gnome-doc-utils.make \ + install-sh \ + missing \ + mkinstalldirs \ + omf.make \ + xmldocs.make |