Skip to content

Commit

Permalink
rlm_otp doesn't need a configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jul 26, 2014
1 parent 1bb6c2d commit e9ecb7b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4,624 deletions.
1 change: 0 additions & 1 deletion src/modules/rlm_otp/.gitignore

This file was deleted.

10 changes: 10 additions & 0 deletions src/modules/rlm_otp/all.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
TARGETNAME := rlm_otp

ifneq "$(OPENSSL_LIBS)" ""
TARGET := $(TARGETNAME).a
endif

SOURCES := $(TARGETNAME).c otp_radstate.c otp_pwe.c otp_pw_valid.c
SOURCES += otp_util.c otp_mppe.c

TGT_LDLIBS := $(LIBS) $(OPENSSL_LIBS)
13 changes: 0 additions & 13 deletions src/modules/rlm_otp/all.mk.in

This file was deleted.

Loading

0 comments on commit e9ecb7b

Please sign in to comment.