:pserver:anonymous@cvs.middle-man.sourceforge.net:/cvsroot/middle-man middleman
[middleman.git] / libntlm / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 #    Copyright (C) 2002 Simon Josefsson
3 #
4 # This file is free software; as a special exception the author gives
5 # unlimited permission to copy and/or distribute it, with or without
6 # modifications, as long as this notice is preserved.
7 #
8 # This file is distributed in the hope that it will be useful, but
9 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12 EXTRA_DIST = libntlm.pc.in
13
14 pkgconfigdir = $(libdir)/pkgconfig
15 pkgconfig_DATA = libntlm.pc
16
17 lib_LTLIBRARIES = libntlm.la
18
19 include_HEADERS = ntlm.h
20
21 libntlm_la_SOURCES = smbdes.c smbencrypt.c smbmd4.c smbutil.c smbdes.h smbmd4.h smbbyteorder.h smbencrypt.h version.c
22 libntlm_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
23
24 ChangeLog:
25         cvs2cl --fsf --usermap .cvsusers --separate-header