]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 00:21:33 +0000 (02:21 +0200)
src/modules/rlm_eap/Makefile.in

index 5779714c09c2b8117a5e97d0ced80cac3ea6e846..1e20588380253f1f33ad425d8d9d4a1affecae61 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