2010-12-21 09:59:49 -05:00
|
|
|
$OpenBSD: patch-tools_Makefile_in,v 1.10 2010/12/21 14:59:49 ajacoutot Exp $
|
|
|
|
--- tools/Makefile.in.orig Mon Dec 20 22:39:50 2010
|
|
|
|
+++ tools/Makefile.in Tue Dec 21 15:09:50 2010
|
|
|
|
@@ -357,7 +357,7 @@ top_build_prefix = @top_build_prefix@
|
2008-10-12 18:08:04 -04:00
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2007-03-20 20:21:58 -04:00
|
|
|
configdir = $(sysconfdir)/dbus-1
|
2010-12-21 00:57:42 -05:00
|
|
|
-INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\"
|
|
|
|
+INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""$(configdir)/machine-id"\"
|
|
|
|
extra_bin_programs = $(am__append_1)
|
2007-03-20 20:21:58 -04:00
|
|
|
dbus_send_SOURCES = \
|
|
|
|
dbus-print-message.c \
|
2010-12-21 09:59:49 -05:00
|
|
|
@@ -397,8 +397,8 @@ CLEANFILES = \
|
2007-03-20 20:21:58 -04:00
|
|
|
run-with-tmp-session-bus.conf
|
|
|
|
|
|
|
|
|
|
|
|
-#create the /var/lib/data directory for dbus-uuidgen
|
|
|
|
-localstatelibdir = $(localstatedir)/lib/dbus
|
|
|
|
+#create the /var/run/data directory for dbus-uuidgen
|
|
|
|
+localstatelibdir = $(configdir)
|
|
|
|
localstatelib_DATA =
|
|
|
|
all: all-am
|
|
|
|
|