Re-add TGT_PREREQS for libfreeradius-radius
authorAlan T. DeKok <aland@freeradius.org>
Tue, 19 Feb 2013 21:21:43 +0000 (16:21 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 19 Feb 2013 22:04:57 +0000 (17:04 -0500)
src/main/radiusd.mk

index 149087f..c74c80b 100644 (file)
@@ -11,6 +11,7 @@ endif
 SRC_CFLAGS     := -DHOSTINFO=\"${HOSTINFO}\"
 TGT_INSTALLDIR  := ${sbindir}
 TGT_LDLIBS     := $(LIBS) $(LCRYPT) $(OPENSSL_LIBS)
+TGT_PREREQS    := libfreeradius-radius.a
 
 # Libraries can't depend on libraries (oops), so make the binary
 # depend on the EAP code...