blob: 45fc8fc1e142aca95b8a63d85d98e6becc20e041 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005
+++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005
@@ -225,7 +225,7 @@
-I$(top_builddir)/bonobo-activation \
-I$(top_srcdir)/bonobo-activation \
-DPREFIX=\""$(prefix)"\" \
- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \
+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \
-DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \
$(SERVER_CFLAGS) \
-DSERVER_CONFDIR=\"$(sysconfdir)\" \
|