]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove these modules from the new build system
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Feb 2012 08:32:55 +0000 (09:32 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 Feb 2012 08:33:55 +0000 (09:33 +0100)
src/modules/rlm_cram/all.mk
src/modules/rlm_otp/all.mk

index 15998f0d7307eecfe6f2635a6b46ae5400171183..bf3549864f3952a33558b385ba725b330dc77560 100644 (file)
@@ -1,2 +1,2 @@
-TARGET         = rlm_cram.a
+TARGET         =
 SOURCES                = rlm_cram.c
index 7fb6e631f504b50770bafb380c1011b58ac6e73e..fce147ffd1dbead9776f80c6db9c5ed9ab1ab246 100644 (file)
@@ -1,6 +1,6 @@
 # TARGET should be set by autoconf only.  Don't touch it.
 # The SOURCES definition should list ALL source files.
-TARGET         = rlm_otp.a
+TARGET         =
 SOURCES           = otp_rlm.c otp_radstate.c otp_pwe.c otp_pw_valid.c
 SOURCES          += otp_util.c otp_mppe.c
 SRC_CFLAGS     =  $(OPENSSL_INCLUDE)