Set include paths in Makefile instead of .c files

This commit is contained in:
Roy Marples
2008-01-06 13:47:39 +00:00
parent da4217fec8
commit 8afb86a5de
12 changed files with 31 additions and 30 deletions

View File

@ -48,9 +48,9 @@
# include <libutil.h>
#endif
#include "../libeinfo/einfo.h"
#include "einfo.h"
#include "rc-logger.h"
#include "../rc-misc.h"
#include "rc-misc.h"
#include "rc.h"
#define LOGFILE RC_SVCDIR "/rc.log"