From ef3943c60498ab0fd4de1f1735109b0d103c167a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Feb 2009 00:23:11 -0400 Subject: [PATCH] Added missing header file reference to Makefile.am. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ac633fce..6a50bf1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,6 +149,7 @@ pkginclude_HEADERS = \ src/handler.h \ src/filters.h \ src/chain.h \ + src/precmd.h \ src/output.h \ src/help.h \ \