diff options
author | Perberos <[email protected]> | 2011-11-08 13:50:37 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-08 13:50:37 -0300 |
commit | 2358ba4314dc6d757049bc4871ecf2922614b61b (patch) | |
tree | 12e52f491560916f0458c87b2d98ffa94500cb0f /Makefile.am | |
download | mate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.bz2 mate-calc-2358ba4314dc6d757049bc4871ecf2922614b61b.tar.xz |
initial
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..52d28a7 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,18 @@ +SUBDIRS = po src data help + +DISTCLEANFILES = \ + Makefile.in \ + aclocal.m4 \ + config.h.in \ + configure \ + depcomp \ + mate-doc-utils.make \ + install-sh \ + missing \ + mkinstalldirs \ + omf.make \ + xmldocs.make + +EXTRA_DIST = \ + autogen.sh \ + gcalctool.doap |