From 246ec92cab64db5d966f197aa910d647570798b2 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Fri, 29 Jan 2016 11:37:37 +0100 Subject: daemon: Install to libexecdir, not bindir https://bugzilla.gnome.org/show_bug.cgi?id=602664 https://gitlab.gnome.org/GNOME/libgtop/-/issues/17 --- src/daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index f29d0a62..33d9a10d 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -26,7 +26,7 @@ suid_sysdeps = suid_common = endif -bin_PROGRAMS = libgtop_daemon2 @server_programs@ +libexec_PROGRAMS = libgtop_daemon2 @server_programs@ EXTRA_PROGRAMS = libgtop_server2 -- cgit v1.2.1