From: Jorge Pereira Date: Fri, 24 Jul 2020 21:58:39 +0000 (-0300) Subject: tacacs: Adjusting library build to match all.mk from other protocols X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20dc4e66a93a876f4c95ce6703bbfe8f8cfe6e7f;p=thirdparty%2Ffreeradius-server.git tacacs: Adjusting library build to match all.mk from other protocols --- diff --git a/src/protocols/tacacs/all.mk b/src/protocols/tacacs/all.mk index 1ffe3a42a2c..01718500d00 100644 --- a/src/protocols/tacacs/all.mk +++ b/src/protocols/tacacs/all.mk @@ -1,4 +1,9 @@ +# +# Makefile +# +# Version: $Id$ +# TARGET := libfreeradius-tacacs.a - -SRC_CFLAGS := -DNO_ASSERT SOURCES := base.c decode.c encode.c +SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src +TGT_PREREQS := libfreeradius-util.a