The programs depend on the autoconf.h header file, too.
authoraland <aland>
Tue, 4 Apr 2000 21:07:57 +0000 (21:07 +0000)
committeraland <aland>
Tue, 4 Apr 2000 21:07:57 +0000 (21:07 +0000)
src/main/Makefile

index df023a0..020e2c8 100644 (file)
@@ -7,7 +7,8 @@ include ../../Make.inc
 SERVER_OBJS    = radiusd.o files.o util.o acct.o nas.o log.o valuepair.o \
                  version.o proxy.o exec.o auth.o timestr.o conffile.o \
                  modules.o radutmp.o xlat.o threads.o
-INCLUDES       = ../include/radiusd.h ../include/conf.h ../include/modules.h
+INCLUDES       = ../include/radiusd.h ../include/conf.h ../include/modules.h \
+                 ../include/autoconf.h
 
 CFLAGS         += -I../include
 LDFLAGS                += -L../lib