]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/negotiate/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / negotiate / Makefile.am
index 0062a77a572b5fb9ee984b2c332ca980ff408c8e..0cf8d82152df47efdf79b42e4d9b67e1b94777a7 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
@@ -6,8 +13,8 @@ noinst_LTLIBRARIES = libnegotiate.la
 libnegotiate_la_SOURCES = \
        Scheme.cc \
        Scheme.h \
-       auth_negotiate.cc \
-       auth_negotiate.h \
+       Config.cc \
+       Config.h \
        User.cc \
        User.h \
        UserRequest.cc \