Add in missing C file again
authorAlan T. DeKok <aland@freeradius.org>
Fri, 27 Jan 2012 08:00:31 +0000 (09:00 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 27 Jan 2012 08:00:31 +0000 (09:00 +0100)
src/main/radiusd.mk

index 1015903..e0fcb81 100644 (file)
@@ -1,6 +1,6 @@
 SOURCES := acct.c auth.c client.c conffile.c crypt.c exec.c files.c \
                  listen.c log.c mainconfig.c modules.c modcall.c \
-                 radiusd.c stats.c soh.c \
+                 radiusd.c stats.c soh.c connection.c \
                  session.c threads.c util.c valuepair.c version.c  \
                  xlat.c process.c realms.c evaluate.c vmps.c detail.c
 ifneq ($(OPENSSL_LIBS),)