From: Andrew G. Morgan Date: Sun, 3 Dec 2000 23:42:17 +0000 (+0000) Subject: Relevant BUGIDs: 124187 X-Git-Tag: Linux-PAM-0-74~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b076a176672ac74086540233a3d02ae057db10d;p=linux-pam Relevant BUGIDs: 124187 Purpose of commit: bugfix Commit summary: --------------- examples/Makefile contained a bogus include path. --- diff --git a/CHANGELOG b/CHANGELOG index b77a7825..731e5082 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -35,6 +35,11 @@ Where you should replace XXXXX with a bug-id. 0.74: please submit patches for this section with actual code/doc patches! +* fixed example/Makefile include path (Bug 124187 - agmorgan) +* pam_userdb compiles on RH5x. Also removed circular dependency on + configure.in. Also bumped revision number to 0.74. (Bug 124136 - + agmorgan) + 0.73: Sat Dec 2 00:04:04 PST 2000 * updated documentaion revisions and added 'make release' support 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