Use correct method of recursing into subdirs
[freeradius.git] / src / modules / rlm_mschap / Makefile
1 #
2 # Makefile
3 #
4 # Version:      $Id$
5 #
6
7 TARGET          = rlm_mschap
8 SRCS            = rlm_mschap.c mschap.c smbdes.c opendir.c
9 HEADERS         = mschap.h smbdes.h
10 RLM_CFLAGS      =
11 RLM_LDFLAGS     =
12 RLM_LIBS        =
13 RLM_UTILS       = smbencrypt
14 RLM_INSTALL = 
15
16 # over-ride the previous assignment if we're not building anything
17 include ../rules.mak
18
19 $(LT_OBJS): $(HEADERS)
20
21 smbencrypt: smbencrypt.lo smbdes.lo $(LIBRADIUS)
22         @echo LINK $@ $^
23         @$(LIBTOOL) --quiet --mode=link $(CC) $(LDFLAGS) $(RLM_LDFLAGS) \
24                 -o $@ $^ $(RLM_LIBS) $(LIBS)