ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/modules/saslserv/Makefile.in
Revision: 1.4
Committed: Sat Sep 22 14:27:30 2007 UTC (16 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +7 -3 lines
Log Message:
split up ermyth into ermyth-modules, libermyth (currently just ermyth-util) and ermyth-core

File Contents

# Content
1 # Makefile.in: This file contains build instructions.
2 #
3 # Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
4 # Rights to this code are as documented in COPYING.
5 #
6 #
7 # Portions of this file were derived from sources bearing the following license:
8 # Copyright © 2003-2004 E. Will et al.
9 # Rights to this code are documented in doc/pod/license.pod.
10 #
11 # $Id: Makefile.in,v 1.3 2007-08-28 17:08:07 pippijn Exp $
12 #
13
14 MODULE = saslserv
15
16 include ../Makefile.defs
17
18 BASE_SRCS = \
19 $(SRCDIR)/main.C \
20 $(SRCDIR)/plain.C \
21 $(SRCDIR)/crypt.C \
22 $(SRCDIR)/dh-blowfish.C
23
24 include ../Makefile.common