X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fradius%2Fradiusclient%2Flib%2FMakefile.am;fp=pppd%2Fplugins%2Fradius%2Fradiusclient%2Flib%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=4abe4296f0eddbb2b6ff11dbbd27100156c85f87;hp=c76201d43e7047d1d852a43235aeae0c3a7e9ae2;hpb=4b9bf9ae2701487191810e564aaa4672eb95130e;p=ppp.git diff --git a/pppd/plugins/radius/radiusclient/lib/Makefile.am b/pppd/plugins/radius/radiusclient/lib/Makefile.am deleted file mode 100644 index c76201d..0000000 --- a/pppd/plugins/radius/radiusclient/lib/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -# -# $Id: Makefile.am,v 1.1 2002/01/22 16:03:02 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 - -RC_LOG_FACILITY = @RC_LOG_FACILITY@ -LIBVERSION = @LIBVERSION@ - -INCLUDES = -I$(srcdir) -I$(top_srcdir)/include -I$(top_builddir) -DEFS = @DEFS@ -DRC_LOG_FACILITY=$(RC_LOG_FACILITY) - -CLEANFILES = *~ - -noinst_HEADERS = options.h - -#radiusclient_SOURCES = buildreq.c clientid.c env.c sendserver.c avpair.c \ -# config.c dict.c ip_util.c log.c md5.c util.c lock.c - -#radiusclient_LIBADD = @LIBOBJS@ - -#lib_LIBRARIES = radiusclient - -lib_LTLIBRARIES = libradiusclient.la -libradiusclient_la_SOURCES = buildreq.c clientid.c env.c sendserver.c \ - avpair.c config.c dict.c ip_util.c log.c md5.c util.c lock.c -libradiusclient_la_LDFLAGS = -version-info $(LIBVERSION) -libradiusclient_la_LIBADD = @LTLIBOBJS@