Made it 2.0.0, and removed the changes that are in 1.1.x, as
[freeradius.git] / src / modules / rlm_mschap / Makefile
1 TARGET          = rlm_mschap
2 SRCS            = rlm_mschap.c smbdes.c
3 HEADERS         = 
4 RLM_CFLAGS      =
5 RLM_LDFLAGS     = 
6 RLM_UTILS       = smbencrypt
7 RLM_INSTALL     = smbencrypt-install
8
9 # over-ride the previous assignment if we're not building anything
10 include ../rules.mak
11
12 $(STATIC_OBJS): $(HEADERS)
13
14 $(DYNAMIC_OBJS): $(HEADERS)
15
16 smbencrypt: smbencrypt.o smbdes.o $(HEADERS)
17         $(LIBTOOL) --mode=link $(CC) -I../../include $(LDFLAGS) $(LIBS) -o smbencrypt smbencrypt.o smbdes.o ../../lib/libradius.la
18
19 smbencrypt-install:
20         $(INSTALL) -d -m 755 $(R)$(bindir)
21         $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) smbencrypt$(EXEEXT) $(R)$(bindir)