diff options
author | Roy Marples <roy@marples.name> | 2008-01-06 13:47:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-06 13:47:39 +0000 |
commit | 8afb86a5deb7187e87f35a62959e3944348eb0d9 (patch) | |
tree | 4b8cbf2e691173dc81709f4edf4c7d43fbceed82 /src/rc/Makefile | |
parent | da4217fec805602616de7da6fffff158857ded83 (diff) |
Set include paths in Makefile instead of .c files
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r-- | src/rc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index a96b0e49..6d3d7dd5 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -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 |