From 8afb86a5deb7187e87f35a62959e3944348eb0d9 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 6 Jan 2008 13:47:39 +0000 Subject: Set include paths in Makefile instead of .c files --- src/rc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rc/Makefile') 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 -- cgit v1.2.3