diff options
author | Romain Pokrzywka <romain@kdab.com> | 2010-02-03 12:27:47 -0800 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2010-02-07 00:32:46 +0100 |
commit | 1cd84d825889fd5cc5cfcbddc12bce1ef928f8a7 (patch) | |
tree | 2f02b9e07fd1b79719401e0bc52f4014b54e71c2 /bus | |
parent | 196b310dd1e67444e16b12f904f1c1d8e7b988ae (diff) | |
download | dbus-1cd84d825889fd5cc5cfcbddc12bce1ef928f8a7.tar.gz |
remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use the specified name for the executable when building with cmake
Diffstat (limited to 'bus')
-rw-r--r-- | bus/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am index 72233f10..c44fe6a7 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -3,7 +3,7 @@ configdir=$(sysconfdir)/dbus-1 INCLUDES=-I$(top_srcdir) $(DBUS_BUS_CFLAGS) @PIE_CFLAGS@ \ -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \ - -DDAEMON_NAME=\"dbus-daemon\" -DDBUS_COMPILATION + -DDBUS_COMPILATION EFENCE= |