]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ftp/Makefile.am
Boilerplate: update copyright blurbs on src/
[thirdparty/squid.git] / src / ftp / Makefile.am
CommitLineData
bbc27441
AJ
1## Copyright (C) 1996-2014 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
92ae4c86 8include $(top_srcdir)/src/Common.am
aea65fec 9include $(top_srcdir)/src/TestHeaders.am
92ae4c86
AR
10
11noinst_LTLIBRARIES = libftp.la
12
13libftp_la_SOURCES = \
1ab04517
AR
14 Elements.cc \
15 Elements.h \
92ae4c86
AR
16 Parsing.cc \
17 Parsing.h