]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/src/Makefile.am
Add these files, used with TDB.
[ppp.git] / pppd / plugins / radius / radiusclient / src / Makefile.am
1 #
2 # $Id: Makefile.am,v 1.1 2002/01/22 16:03:04 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 pkgsysconfdir=@pkgsysconfdir@
14
15 DEFS = @DEFS@ -DRC_CONFIG_FILE=\"${pkgsysconfdir}/radiusclient.conf\" \
16               -DRC_SECURE_PATH=\"@RC_SECURE_PATH@\"
17 INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir)
18 LDADD = ../lib/libradiusclient.la
19
20 CLEANFILES = *~
21
22 noinst_HEADERS = radlogin.h
23
24 sbin_PROGRAMS = radlogin radstatus radacct radexample
25 radlogin_SOURCES = radlogin.c radius.c local.c
26 radacct_SOURCES = radacct.c
27 radstatus_SOURCES = radstatus.c
28 radexample_SOURCES = radexample.c