summaryrefslogtreecommitdiffstats
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-03-31 18:58:14 +0000
committerHavoc Pennington <hp@redhat.com>2003-03-31 18:58:14 +0000
commit7af59334331fbd097a24c4942c75181882b96747 (patch)
treef66cd5a428a2a1c04be1bf51ef24106046981f10 /bus/Makefile.am
parente6809d1a692da3b1127610b527f636743458274b (diff)
2003-03-31 Havoc Pennington <hp@redhat.com>
* bus/main.c (main): fix up the command line arguments to be nicer
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index ece0aa55..7eca57ea 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -1,10 +1,12 @@
-INCLUDES=-I$(top_srcdir) $(DBUS_BUS_CFLAGS) \
- -DDAEMON_NAME=\"dbus-daemon-1\" -DDBUS_COMPILATION
+configdir=$(sysconfdir)/dbus-1
-EFENCE=
+INCLUDES=-I$(top_srcdir) $(DBUS_BUS_CFLAGS) \
+ -DDAEMON_NAME=\"dbus-daemon-1\" -DDBUS_COMPILATION \
+ -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
+ -DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\"
-configdir=$(sysconfdir)/dbus-1
+EFENCE=
config_DATA= \
system.conf \