]> git.ipfire.org Git - thirdparty/squid.git/blame - src/eui/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / eui / Makefile.am
CommitLineData
f70aedc4 1## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
bbc27441
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
ee0927b6
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libeui.la
12
13libeui_la_SOURCES = \
a98c2da5 14 Config.cc \
aa5639dc 15 Config.h \
a98c2da5 16 Eui48.cc \
aa5639dc 17 Eui48.h \
18 Eui64.cc \
19 Eui64.h
ee0927b6 20
3ae8895c 21libeui_la_LIBADD = $(EUILIB)