From 9d8861b2be4078a13240dba377a85ef18336ad1c Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Nov 2017 19:15:35 +0100 Subject: [PATCH] build: Fix distcheck in data/ Commit 2a2f5c5 broke distcheck, as it did not add the input file net.hadess.SensorProxy.conf.in to the tarball. --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index 626f957..c2750cc 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -14,4 +14,4 @@ net.hadess.SensorProxy.conf: net.hadess.SensorProxy.conf.in Makefile CLEANFILES = iio-sensor-proxy.service net.hadess.SensorProxy.conf -EXTRA_DIST = $(udevrules_DATA) $(dbusconf_DATA) $(systemdservice_in_files) +EXTRA_DIST = $(udevrules_DATA) $(dbusconf_DATA) $(systemdservice_in_files) net.hadess.SensorProxy.conf.in