From: Alan T. DeKok Date: Wed, 8 Feb 2012 08:32:55 +0000 (+0100) Subject: Remove these modules from the new build system X-Git-Tag: release_3_0_0_beta0~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c15ab4694fae3971e341e27c67f6bd0b539523f;p=thirdparty%2Ffreeradius-server.git Remove these modules from the new build system --- diff --git a/src/modules/rlm_cram/all.mk b/src/modules/rlm_cram/all.mk index 15998f0d730..bf3549864f3 100644 --- a/src/modules/rlm_cram/all.mk +++ b/src/modules/rlm_cram/all.mk @@ -1,2 +1,2 @@ -TARGET = rlm_cram.a +TARGET = SOURCES = rlm_cram.c diff --git a/src/modules/rlm_otp/all.mk b/src/modules/rlm_otp/all.mk index 7fb6e631f50..fce147ffd1d 100644 --- a/src/modules/rlm_otp/all.mk +++ b/src/modules/rlm_otp/all.mk @@ -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)