From 4efb5ab5686d7bfe00e2a387ba66de4e43ddf317 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 22 Mar 2015 16:53:50 -0400 Subject: Fix Makefile issues raise by latest autotools --- proxy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 63cada6..2dcd551 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -242,7 +242,7 @@ replace_script = \ $(edit_cmd) $${srcdir}$@.in >$@.tmp; \ mv $@.tmp $@ -EXTRA_DIST += \ +EXTRA_DIST = \ systemd/gssproxy.service.in \ examples/gssproxy.conf.in \ examples/mech.in -- cgit