-#
-# Makefile
-#
-# Version: $Id$
-#
-TARGET := libfreeradius-radius$(L)
-
-SOURCES := base.c \
- decode.c \
- encode.c \
- list.c \
- packet.c \
- tcp.c \
- abinary.c
-
-SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src
-
-TGT_PREREQS := libfreeradius-util$(L)
-
-ifneq "$(WITH_BIO)" ""
-SOURCES += \
- client.c \
- client_udp.c \
- client_tcp.c \
- id.c \
- bio.c \
- server.c \
- server_udp.c
-
-TGT_PREREQS += libfreeradius-bio$(L)
-endif
+SUBMAKEFILES := libfreeradius-radius.mk libfreeradius-radius-bio.mk
-/*
+ /*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
--- /dev/null
+#
+# Makefile
+#
+# Version: $Id$
+#
+TARGET := libfreeradius-radius-bio$(L)
+
+SOURCES := client.c \
+ client_udp.c \
+ client_tcp.c \
+ id.c \
+ bio.c \
+ server.c \
+ server_udp.c
+
+SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src
+
+TGT_PREREQS := libfreeradius-util$(L) libfreeradius-radius$(L) libfreeradius-bio$(L)
--- /dev/null
+#
+# Makefile
+#
+# Version: $Id$
+#
+TARGET := libfreeradius-radius$(L)
+
+SOURCES := base.c \
+ decode.c \
+ encode.c \
+ list.c \
+ packet.c \
+ tcp.c \
+ abinary.c
+
+SRC_CFLAGS := -D_LIBRADIUS -DNO_ASSERT -I$(top_builddir)/src
+
+TGT_PREREQS := libfreeradius-util$(L)