diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-20 14:32:37 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-20 14:32:37 -0700 |
commit | 68c65edc0b014c4c71ea05bbaf770d72555bd3e1 (patch) | |
tree | a5e376e5d8529ec50be126ba9279074f16c3ba07 /Makefile.am | |
parent | daf22c19d499e07b02de9649f26adc4047aeca4d (diff) | |
parent | cd443ebe7da5e0ed8e609eb5bbe1ab06f516f651 (diff) | |
download | mate-calc-68c65edc0b014c4c71ea05bbaf770d72555bd3e1.tar.bz2 mate-calc-68c65edc0b014c4c71ea05bbaf770d72555bd3e1.tar.xz |
Merge pull request #17 from infirit/1.6
Make tar.xz, fix make dist and remove GTK_REQUIRED (now in case)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2a69bed..33dd4f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,5 +16,4 @@ DISTCLEANFILES = \ xmldocs.make EXTRA_DIST = \ - autogen.sh \ - mate-calc.doap + autogen.sh |