]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/SSPI/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / SSPI / Makefile.am
index aa7c8e9ee17d7298344bbabb32ef155aa2411669..ff1691f9f533339402105706c317960ca32f3eac 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
 
 ## we need our local files too (but avoid -I. at all costs)
@@ -12,10 +19,9 @@ basic_sspi_auth_SOURCES = \
        valid.cc valid.h
 basic_sspi_auth_CXXFLAGS = -Wl,--enable-auto-import
 basic_sspi_auth_LDADD = \
+       $(top_builddir)/lib/libsspwin32.la \
+       $(top_builddir)/lib/libmiscencoding.la \
        $(COMPAT_LIB) \
-       -L$(top_builddir)/lib \
-       -lsspwin32 \
-       -lmiscencoding \
        -lnetapi32 -ladvapi32 \
        $(XTRA_LIBS)