summaryrefslogtreecommitdiff
path: root/evolution-data-server-zip.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge libcamel-provider into libcamel.Matthew Barnes2011-09-271-2/+0
| | | | | | | | | It's no longer useful these days to maintain split libraries. libcamel-provider does not bring in any additional external library dependencies over libcamel, and just adds unnecessary overhead to the build process. So Camel now consists of just libcamel + some built-in provider modules.
* Just add all of include/evolution-data-server-@BASE_VERSION@ instead ofTor Lillqvist2009-01-051-18/+2
| | | | | | | | | | | | | | 2009-01-05 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: Just add all of include/evolution-data-server-@BASE_VERSION@ instead of bothering to list the subdirectories. (libebackend was missing.) Ditto for lib/pkgconfig and share/gtk-doc. The intent is that one does make install into a fresh empty target prefix anyway when one wants to build for distribution. svn path=/trunk/; revision=9876
* Just add all of include/evolution-data-server-@BASE_VERSION@ instead ofTor Lillqvist2009-01-051-11/+1
| | | | | | | | | | | | | 2009-01-05 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: Just add all of include/evolution-data-server-@BASE_VERSION@ instead of bothering to list the subdirectories. (libebackend was missing.) The intent is that one builds into a fresh empty target prefix anyway when one wants to build for distribution. svn path=/trunk/; revision=9874
* Add libebackend binary, import library and pkg-config file.Tor Lillqvist2009-01-051-0/+3
| | | | | | | | | | 2009-01-05 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: Add libebackend binary, import library and pkg-config file. svn path=/trunk/; revision=9870
* No version number for share/pixmaps/evolution-data-server. Use -D whenTor Lillqvist2008-07-091-3/+3
| | | | | | | | | | | 2008-07-09 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: No version number for share/pixmaps/evolution-data-server. Use -D when using -r to not add pointless entries for directories in the zip files. svn path=/trunk/; revision=9103
* Drop duplicated line. Use LIBCAMEL_CURRENT_MINUS_AGE for the libcamel DLL.Tor Lillqvist2008-03-021-46/+45
| | | | | | | | | | | 2008-03-03 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: Drop duplicated line. Use LIBCAMEL_CURRENT_MINUS_AGE for the libcamel DLL. Sort sections for clarity. svn path=/trunk/; revision=8548
* Look for catalogs in share/locale first, as that is where they will beTor Lillqvist2008-02-061-1/+5
| | | | | | | | | | | 2008-02-06 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: Look for catalogs in share/locale first, as that is where they will be with a properly built GNU gettext. svn path=/trunk/; revision=8462
* Initial commit for the googlecalendar.Chenthill Palanisamy2007-10-231-0/+10
| | | | | | | | | | | | | | 2007-10-23 Chenthill Palanisamy <pchenthill@novell.com> * configure.in: * evolution-data-server-zip.in: * servers/Makefile.am: Initial commit for the googlecalendar. Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com> svn path=/trunk/; revision=8142
* Use BASE_VERSION in path for the zoneinfo, too.Tor Lillqvist2006-10-101-1/+1
| | | | | | | 2006-10-10 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: Use BASE_VERSION in path for the zoneinfo, too.
* New file, a script used to build a Win32 zipfile distribution of E-D-S.Tor Lillqvist2005-12-021-0/+111
2005-12-02 Tor Lillqvist <tml@novell.com> * evolution-data-server-zip.in: New file, a script used to build a Win32 zipfile distribution of E-D-S. (End users will not be expected to install from zipfiles, they would be for power users and developers only.) * Makefile.am * configure.in: Distribute and expand it.