From 0e8b041151be8af3c9ed36ff6c10094e1b7e4197 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 21 Dec 2010 15:43:53 +0100 Subject: [PATCH] Add missing 'reference' to reference.config to Makefile.am. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 531e499302..ac3c9e6465 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml \ doc/AUTHORS doc/GITGUIDE doc/INSTALL doc/NEWS \ doc/README doc/TODO doc/INSTALL.PF_RING \ - doc/INSTALL.WINDOWS classification.config + doc/INSTALL.WINDOWS classification.config \ + reference.config if BUILD_LIBHTP HTP_DIR = libhtp endif