Whoops... add stats.c
authoraland <aland>
Fri, 20 Jun 2008 19:23:20 +0000 (19:23 +0000)
committeraland <aland>
Fri, 20 Jun 2008 19:23:20 +0000 (19:23 +0000)
src/main/Makefile.in

index eb49014..186de40 100644 (file)
@@ -6,7 +6,7 @@ include ../../Make.inc
 
 SERVER_SRCS    = 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 radius_snmp.c \
+                 radiusd.c radius_snmp.c stats.c \
                  session.c smux.c threads.c util.c valuepair.c version.c  \
                  xlat.c event.c realms.c evaluate.c vmps.c detail.c
 
@@ -14,7 +14,7 @@ SERVER_OBJS   += $(SERVER_SRCS:.c=.lo)
 
 INCLUDES       = ../include/autoconf.h ../include/conf.h    \
                  ../include/libradius.h ../include/radius.h \
-                 ../include/radiusd.h ../include/ident.h
+                 ../include/radiusd.h ../include/ident.h ../include/stats.h
 
 CFLAGS         += -I$(top_builddir)/src
 CFLAGS         += -DHOSTINFO=\"${HOSTINFO}\"