From: Amos Jeffries Date: Mon, 17 Feb 2014 12:28:13 +0000 (-0800) Subject: Fix dist for CharacterSet.h X-Git-Tag: merge-candidate-3-v1~506^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb42a26702c5c6b39ba730a06abafa5a01646cdb;p=thirdparty%2Fsquid.git Fix dist for CharacterSet.h --- diff --git a/src/parser/Makefile.am b/src/parser/Makefile.am index b1887630df..8bb9c8678d 100644 --- a/src/parser/Makefile.am +++ b/src/parser/Makefile.am @@ -14,7 +14,6 @@ libsquid_parser_la_SOURCES = \ Tokenizer.cc SBUF_SOURCE= \ - $(top_srcdir)/base/CharacterSet.h \ $(top_srcdir)/src/SBuf.h \ $(top_srcdir)/src/SBuf.cc \ $(top_srcdir)/src/MemBlob.h \ @@ -33,6 +32,7 @@ testTokenizer_SOURCES = \ testTokenizer.cc \ Tokenizer.h nodist_testTokenizer_SOURCES = \ + $(top_srcdir)/src/base/CharacterSet.h \ $(top_srcdir)/src/tests/testMain.cc \ $(top_srcdir)/src/tests/stub_mem.cc \ $(top_srcdir)/src/tests/stub_debug.cc \