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

@@ -10,6 +10,7 @@ TOPDIR= ..
LDFLAGS+= -L$(TOPDIR)/librc -L$(TOPDIR)/libeinfo
LDADD+= -lutil -lrc -leinfo
CPPFLAGS+= -I$(TOPDIR) -I$(TOPDIR)/librc -I$(TOPDIR)/libeinfo
BINDIR?= /sbin