From 50906b0a9212e367fce68769b0ef928f9708d672 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 27 Jul 2021 03:07:52 -0700 Subject: [PATCH] Ensure x52d.conf is included in the distribution tarball --- daemon/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 0f8cb7d..836d918 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -39,4 +39,5 @@ EXTRA_DIST = \ x52d_config.def \ x52d_config.h \ x52d_const.h \ - x52d_device.h + x52d_device.h \ + x52d.conf