2769f0eabc
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. WWW: http://www.mozilla.org/projects/calendar/sunbird.html Note: This is still in the beta stages and you will probably run in to a few bugs.
18 lines
591 B
Makefile
18 lines
591 B
Makefile
--- config/autoconf.mk.in.orig Mon Mar 15 22:56:25 2004
|
|
+++ config/autoconf.mk.in Fri Mar 19 15:17:50 2004
|
|
@@ -31,13 +31,13 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+includedir = @includedir@/%%MOZILLA%%
|
|
libdir = @libdir@
|
|
datadir = @datadir@
|
|
mandir = @mandir@
|
|
idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
|
|
-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+mozappdir = $(libdir)/%%MOZILLA%%
|
|
mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION)
|
|
mrelibdir = $(mredir)/lib
|
|
|