diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 11:57:20 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2010-08-26 11:57:20 +0200 |
commit | 1119b629ca26edfbac1bbb519136e3e664cad4fc (patch) | |
tree | 98ab61b384830bc10d313b04a79675c75c25f902 /Makefile.am | |
parent | b2939c5516e3f8d3dc77ccbc5ddbfc46938c2423 (diff) | |
download | pykolab-1119b629ca26edfbac1bbb519136e3e664cad4fc.tar.gz |
Make the compile/build time variables appear in constants, and then re-use constants
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 797fb36..a0b4e39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,10 @@ DISTCLEANFILES = \ EXTRA_DIST = \ AUTHORS \ + ChangeLog \ COPYING \ + INSTALL \ + NEWS \ README execdir = $(sbindir) |