From: Thadeu Lima de Souza Cascardo Date: Wed, 1 Jul 2009 17:35:37 +0000 (-0300) Subject: Tell automake to include the configuration file in distribution X-Git-Tag: v0.1.3~79 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetproxy.git;a=commitdiff_plain;h=3e042db42f91cb2b7f29741e22585fa16e698928 Tell automake to include the configuration file in distribution --- 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