From 3e042db42f91cb2b7f29741e22585fa16e698928 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Wed, 1 Jul 2009 14:35:37 -0300 Subject: [PATCH] Tell automake to include the configuration file in distribution --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 762fe22..22dae9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,5 @@ bin_PROGRAMS = popproxy ppmanager popproxy_SOURCES = popproxy.c log.c log.h nethook.c nethook.h \ null.c null.h ssl.c ssl.h \ ssl_server.c pop.c pop.h usermap.c usermap.h -sysconf_DATA = popproxy.conf +dist_sysconf_DATA = popproxy.conf ppmanager = ppmanager.c -- 2.20.1