From 2b076a176672ac74086540233a3d02ae057db10d Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 3 Dec 2000 23:42:17 +0000 Subject: Relevant BUGIDs: 124187 Purpose of commit: bugfix Commit summary: --------------- examples/Makefile contained a bogus include path. --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Makefile b/examples/Makefile index bd15ddf2..0e985c59 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -8,7 +8,7 @@ PROGS = blank xsh check_user SRCS = blank.c xsh.c check_user.c PROGSUID = -CFLAGS += -I../libpam_misc/inlcude -I../libpamc/include +CFLAGS += -I../libpam_misc/include -I../libpamc/include LOADLIBES = -L../libpam -L../libpamc -L../libpam_misc -lpam -lpam_misc -- cgit v1.2.3