]> git.ipfire.org Git - thirdparty/squid.git/blame - src/eui/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / eui / Makefile.am
CommitLineData
2cd0bda2 1## Copyright (C) 1996-2017 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
AJ
14 Config.h \
15 Config.cc \
ee0927b6 16 Eui48.h \
a98c2da5
AJ
17 Eui48.cc \
18 Eui64.h \
19 Eui64.cc
ee0927b6 20
3ae8895c 21libeui_la_LIBADD = $(EUILIB)