summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_mschap/rlm_mschap.mk.in
blob: 0d046df551555113d6619551015841b15c08fb17 (plain)
1
2
3
4
5
6
7
8
9
10
TARGETNAME	:= @targetname@

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

SOURCES		:= $(TARGETNAME).c smbdes.c mschap.c @mschap_sources@

SRC_CFLAGS	:= @mod_cflags@
TGT_LDLIBS	:= @mod_ldflags@