aboutsummaryrefslogtreecommitdiffstats
path: root/server.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-3/+0
| | | | svn path=/trunk/; revision=33646
* Add whitespace before all line continuation backslashes. Fixes build onTor Lillqvist2006-01-071-3/+3
| | | | | | | | | | 2006-01-07 Tor Lillqvist <tml@novell.com> * server.mk: Add whitespace before all line continuation backslashes. Fixes build on Debian-based systems. (#325574, Sebastien Bacher) svn path=/trunk/; revision=31095
* Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS.Tor Lillqvist2005-12-171-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-06 Tor Lillqvist <tml@novell.com> * configure.in: Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS. Set bindir_in_server_file, privlibexecdir_in_server_file and componentdir_in_server_file. On Unix, they are the same as bindir, privlibexecdir and componentdir respectively. On Win32, use paths relative from lib/bonobo/servers. AC_SUBST these variables. * server.mk: Substitute the values above new variables for the corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in files. * addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in * calendar/gui/GNOME_Evolution_Calendar.server.in.in * calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in * mail/GNOME_Evolution_Mail.server.in.in * shell/GNOME_Evolution_Shell.server.in.in * shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use the @..._IN_SERVER_FILE@ strings. svn path=/trunk/; revision=30793
* Expand also @SOEXT@.Tor Lillqvist2005-06-161-0/+2
| | | | | | | | | | 2005-06-15 Tor Lillqvist <tml@novell.com> * plugin.mk: Expand also @SOEXT@. * server.mk: Expand also @SOEXT@ and @EXEEXT@. svn path=/trunk/; revision=29511
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-171-0/+11
2003-11-17 JP Rosevear <jpr@ximian.com> * configure.in: use the server.mk file to get rules for building versioned .server files * */Makefile.am: use simplified rule subst svn path=/trunk/; revision=23387