]> git.ipfire.org Git - thirdparty/squid.git/blob - lib/libTrie/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / libTrie / Makefile.am
1 ## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
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
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 DIST_SUBDIRS = . test
12 SUBDIRS = . test
13
14 noinst_LIBRARIES = libTrie.a
15
16 noinst_HEADERS = Trie.h TrieNode.h TrieCharTransform.h
17
18 libTrie_a_SOURCES = \
19 Trie.cc \
20 Trie.h \
21 TrieCharTransform.h \
22 TrieNode.cc \
23 TrieNode.h