install dbus config file if DBUS is enabled

This commit is contained in:
Nikos Mavrogiannopoulos
2015-04-03 13:13:10 +02:00
parent de955d19c4
commit 0654a191b2

View File

@@ -20,7 +20,9 @@ ocpasswd.8: ../src/ocpasswd-args.def
@AUTOGEN@ -L../src -DMAN_SECTION=8 -Tagman-cmd.tpl "$<".tmp && \
rm -f "$<".tmp
# Do not install D-BUS or systemd files.
#install-data-local:
# -test -d "/usr/lib/systemd/system/" && ! test -f /usr/lib/systemd/system/ocserv.service && $(INSTALL_DATA) systemd/standalone/ocserv.service /usr/lib/systemd/system/
# -test -d "$(DBUS_CONFIG_DIR)" && ! test -f $(DBUS_CONFIG_DIR)/org.infradead.ocserv.conf && $(INSTALL_DATA) dbus/org.infradead.ocserv.conf $(DBUS_CONFIG_DIR)
if HAVE_DBUS
install-data-local:
-test -d "$(DBUS_CONFIG_DIR)" && ! test -f $(DBUS_CONFIG_DIR)/org.infradead.ocserv.conf && $(INSTALL_DATA) dbus/org.infradead.ocserv.conf $(DBUS_CONFIG_DIR)
endif