]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/lib/Makefile.am
Added RADIUS suppport.
[ppp.git] / pppd / plugins / radius / radiusclient / lib / Makefile.am
1 #
2 # $Id: Makefile.am,v 1.1 2002/01/22 16:03:02 dfs Exp $
3 #
4 # Copyright (C) 1995,1997,1998 Lars Fenneberg
5 #
6 # See the file COPYRIGHT for the respective terms and conditions. 
7 # If the file is missing contact me at lf@elemental.net 
8 # and I'll send you a copy.
9 #
10
11 AUTOMAKE_OPTIONS = foreign
12
13 RC_LOG_FACILITY = @RC_LOG_FACILITY@
14 LIBVERSION = @LIBVERSION@
15
16 INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir)
17 DEFS = @DEFS@ -DRC_LOG_FACILITY=$(RC_LOG_FACILITY)
18
19 CLEANFILES = *~
20
21 noinst_HEADERS = options.h
22
23 #radiusclient_SOURCES = buildreq.c clientid.c env.c sendserver.c avpair.c \
24 #       config.c dict.c ip_util.c log.c md5.c util.c lock.c
25
26 #radiusclient_LIBADD = @LIBOBJS@
27
28 #lib_LIBRARIES = radiusclient
29
30 lib_LTLIBRARIES = libradiusclient.la
31 libradiusclient_la_SOURCES = buildreq.c clientid.c env.c sendserver.c \
32         avpair.c config.c dict.c ip_util.c log.c md5.c util.c lock.c
33 libradiusclient_la_LDFLAGS = -version-info $(LIBVERSION)
34 libradiusclient_la_LIBADD = @LTLIBOBJS@