actually reference LOCALINCLUDE
authorMark Eichin <eichin@mit.edu>
Tue, 14 Jun 1994 21:30:58 +0000 (21:30 +0000)
committerMark Eichin <eichin@mit.edu>
Tue, 14 Jun 1994 21:30:58 +0000 (21:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3788 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/Makefile.in

index cadb4f3a2a0850175b8070c3e8b7feea77039ed3..97d3288aab8b62e0f91ba0bb71404041bbd56fcd 100644 (file)
@@ -4,7 +4,7 @@ VPATH = @srcdir@
 DEFS = @DEFS@
 LIBS = @LIBS@
  
-CFLAGS = -g $(DEFS)
+CFLAGS = -g $(DEFS) $(LOCALINCLUDE)
 LDFLAGS = -g
 
 LEX = @LEX@