]> git.ipfire.org Git - thirdparty/squid.git/blame - lib/smblib/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / lib / smblib / Makefile.am
CommitLineData
77b1029d 1## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
04e4e140
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
7c16470c
AJ
8include $(top_srcdir)/src/Common.am
9
01a1acbc 10AM_CPPFLAGS += -I$(top_srcdir)/lib
7c16470c
AJ
11
12noinst_LTLIBRARIES = libsmblib.la
13
14libsmblib_la_SOURCES = \
15 md4.c \
16 md4.h \
aa5639dc 17 smbdes.c \
18 smbdes.h \
19 smbencrypt.c \
20 smbencrypt.h \
7c16470c
AJ
21 smblib-common.h \
22 smblib-priv.h \
23 smblib-util.c \
aa5639dc 24 smblib.c \
25 smblib.h \
7c16470c 26 std-defines.h