Hi Remi,
Makefile.am | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index f941a19..1f09c11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,17 +25,17 @@ local_headers = $(foreach file,$(pkginclude_HEADERS) \
if DATAFILES
dbusconfdir = @DBUS_CONFDIR@
-dbusconf_DATA = src/ofono.conf
+dist_dbusconf_DATA = src/ofono.conf
so I ran all dist tests on my systems and run the whole build check
process that I am normally running. I can not find any problem with it.
Maybe previously I was using a broken automake version or something like
that. So I am fine with this patch ...
if SYSTEMD
systemdunitdir = @SYSTEMD_UNITDIR@
-systemdunit_DATA = src/ofono.service
+dist_systemdunit_DATA = src/ofono.service
endif
... however this part is wrong. It is an ofono.service.in file. So
please leave this part out.
-EXTRA_DIST = src/genbuiltin $(conf_files) $(udev_files) \
+EXTRA_DIST = src/genbuiltin $(udev_files) \
$(doc_files) $(test_scripts)
And these fit into one line now. So just put everything in one line.
Regards
Marcel