X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fsrc%2FMakefile.am;fp=pppd%2Fplugins%2Fradius%2Fradiusclient%2Fsrc%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=4abe4296f0eddbb2b6ff11dbbd27100156c85f87;hp=e89759f6434fe305ab0c00479a69d1882f775479;hpb=4b9bf9ae2701487191810e564aaa4672eb95130e;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/src/Makefile.am b/pppd/plugins/radius/radiusclient/src/Makefile.am deleted file mode 100644 index e89759f..0000000 --- a/pppd/plugins/radius/radiusclient/src/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -# -# $Id: Makefile.am,v 1.1 2002/01/22 16:03:04 dfs Exp $ -# -# Copyright (C) 1995,1997,1998 Lars Fenneberg -# -# See the file COPYRIGHT for the respective terms and conditions. -# If the file is missing contact me at lf@elemental.net -# and I'll send you a copy. -# - -AUTOMAKE_OPTIONS = foreign - -pkgsysconfdir=@pkgsysconfdir@ - -DEFS = @DEFS@ -DRC_CONFIG_FILE=\"${pkgsysconfdir}/radiusclient.conf\" \ - -DRC_SECURE_PATH=\"@RC_SECURE_PATH@\" -INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir) -LDADD = ../lib/libradiusclient.la - -CLEANFILES = *~ - -noinst_HEADERS = radlogin.h - -sbin_PROGRAMS = radlogin radstatus radacct radexample -radlogin_SOURCES = radlogin.c radius.c local.c -radacct_SOURCES = radacct.c -radstatus_SOURCES = radstatus.c -radexample_SOURCES = radexample.c