]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add all.mk file for libfreeradius-radius
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 May 2017 17:24:11 +0000 (13:24 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 May 2017 17:24:11 +0000 (13:24 -0400)
src/protocols/radius/all.mk [new file with mode: 0644]

diff --git a/src/protocols/radius/all.mk b/src/protocols/radius/all.mk
new file mode 100644 (file)
index 0000000..ac82b42
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Makefile
+#
+# Version:      $Id$
+#
+TARGET         := libfreeradius-radius.a
+
+SOURCES                := base.c \
+                  decode.c \
+                  encode.c \
+                  list.c \
+                  packet.c \
+
+SRC_CFLAGS     := -D_LIBRADIUS -I$(top_builddir)/src
+
+TGT_PREREQS    := libfreeradius-util.a