From 50e65bddaf557cb22bf250b8e955a7df67ca5968 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 13 Nov 2014 15:35:51 -0500 Subject: [PATCH] daemon: libexecdir is already set in AC_INIT Fixes a warning with newer automake Refs #60455 Change-Id: I1c7beec0c8619d13f523b4b002a5a72e60a6dd73 --- daemon/bin/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/bin/Makefile.am b/daemon/bin/Makefile.am index f0f22c77a1..767183b5fe 100644 --- a/daemon/bin/Makefile.am +++ b/daemon/bin/Makefile.am @@ -8,7 +8,6 @@ endif if SFL_DBUS SUBDIRS=dbus -libexecdir=$(libdir)/sflphone libexec_PROGRAMS = sflphoned sflphoned_SOURCES = main.cpp -- GitLab