summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-21 19:12:15 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-21 19:12:15 +0900
commit9415cf5d2fbf4b76ee6c6147d02b54f1b4ec32b1 (patch)
treeb7d7053431daf03163548f1128f44ec88cd820ba /Makefile.am
parent78842faa300a99b45aef2a10fc553ccb165886bc (diff)
downloadofono-9415cf5d2fbf4b76ee6c6147d02b54f1b4ec32b1.tar.bz2
Use DBUS_CONFDIR variable instead of DBUS_DATADIR
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b8e73663..eda02501 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,9 +22,9 @@ local_headers = $(foreach file,$(include_HEADERS) $(nodist_include_HEADERS), \
if DATAFILES
-dbusdir = @DBUS_DATADIR@
+dbusconfdir = @DBUS_CONFDIR@
-dbus_DATA = src/ofono.conf
+dbusconf_DATA = src/ofono.conf
confdir = $(sysconfdir)/ofono