From 009fba01513b7c8de58069fa693c861aa0decf6d Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 27 Jul 2021 02:26:32 -0700 Subject: [PATCH] Install x52d.conf to sysconfdir --- daemon/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 31120c8..0f8cb7d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -29,13 +29,14 @@ x52d_LDFLAGS = @INIH_LIBS@ @PTHREAD_LIBS@ $(WARN_LDFLAGS) x52d_LDADD = \ ../lib/pinelog/libpinelog.la \ ../lib/libx52/libx52.la \ - ../lib/libx52io/libx52io.la \ @LTLIBINTL@ +x52dconfdir = @sysconfdir@/x52d +x52dconf_DATA = x52d.conf + EXTRA_DIST = \ x52d_clock.h \ x52d_config.def \ x52d_config.h \ x52d_const.h \ - x52d_device.h \ - x52d.conf + x52d_device.h