]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/libTrie/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / lib / libTrie / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
dc4eb86a
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
99742866
FC
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
43ae1d95 10
99742866
FC
11DIST_SUBDIRS = test
12SUBDIRS = test
13
14noinst_LIBRARIES = libTrie.a
15
16noinst_HEADERS = Trie.h TrieNode.h TrieCharTransform.h
17
18libTrie_a_SOURCES = Trie.cc \
99742866
FC
19 Trie.h \
20 TrieNode.cc \
99742866
FC
21 TrieNode.h \
22 TrieCharTransform.h