diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-02 08:53:16 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-02 08:53:16 +0800 |
commit | 2abbca1519e1c7aecd76b460d1c6547c3198db77 (patch) | |
tree | 783ca33f99ee291192bf58aaf4900700bd96e3bb /Makefile.am | |
parent | b35ca78d5cc6ad8b8a6838423af6aa8a989c82b8 (diff) | |
download | gsoc2013-evolution-2abbca1519e1c7aecd76b460d1c6547c3198db77.tar.gz gsoc2013-evolution-2abbca1519e1c7aecd76b460d1c6547c3198db77.tar.zst gsoc2013-evolution-2abbca1519e1c7aecd76b460d1c6547c3198db77.zip |
New file, a script used to build a Win32 zipfile distribution of
2005-12-02 Tor Lillqvist <tml@novell.com>
* evolution-zip.in: New file, a script used to build a
Win32 zipfile distribution of Evolution.
* Makefile.am
* configure.in: Distribute and expand it.
svn path=/trunk/; revision=30712
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3ef7af2c49..d8a057c12c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ EXTRA_DIST = \ intltool-merge.in \ intltool-update.in \ intltool-extract.in \ + evolution-zip.in \ $(pkgconfig_DATA:-$(BASE_VERSION).pc=.pc.in) if ENABLE_SMIME |