Link with libradius, too
authorAlan T. DeKok <aland@freeradius.org>
Fri, 15 Oct 2010 00:21:33 +0000 (02:21 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 15 Oct 2010 13:35:59 +0000 (15:35 +0200)
src/modules/rlm_eap/Makefile.in

index 5779714..1e20588 100644 (file)
@@ -30,7 +30,7 @@ all: common
 $(LT_OBJS): $(HEADERS)
 
 radeapclient: radeapclient.lo $(CLIENTLIBS)
-       $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(RLM_LDFLAGS) -o radeapclient radeapclient.lo $(CLIENTLIBS) $(LIBS) $(OPENSSL_LIBS)
+       $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(RLM_LDFLAGS) -o radeapclient radeapclient.lo $(LIBRADIUS) $(CLIENTLIBS) $(LIBS) $(OPENSSL_LIBS)
 
 radeapclient.lo: radeapclient.c $(HEADERS)
        $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(RLM_CFLAGS) -c radeapclient.c