From ade8902b88a525622a40dc3c2276e35a8dad29ac Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 5 Oct 2010 21:57:01 +0200 Subject: [PATCH] Make sure sighandlers.h is listed in noinst_HEADERS ... because it must be included in the distribution archive :-) --- src/ngircd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngircd/Makefile.am b/src/ngircd/Makefile.am index 8987c852..2e8b2e54 100644 --- a/src/ngircd/Makefile.am +++ b/src/ngircd/Makefile.am @@ -31,7 +31,7 @@ noinst_HEADERS = ngircd.h array.h channel.h client.h conf.h conf-ssl.h conn.h \ conn-func.h conn-ssl.h conn-zip.h hash.h io.h irc.h irc-channel.h \ irc-info.h irc-login.h irc-mode.h irc-op.h irc-oper.h irc-server.h \ irc-write.h lists.h log.h match.h numeric.h op.h pam.h parse.h proc.h \ - rendezvous.h resolve.h defines.h messages.h + rendezvous.h resolve.h sighandlers.h defines.h messages.h clean-local: rm -f check-version check-help lint.out