From 345044121bc4e8977a22d6235d31df4b2114a240 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Thu, 11 Oct 2001 04:14:30 +0000 Subject: Relevant BUGIDs: 463984 Purpose of commit: bugfix Commit summary: --------------- The last fix to the conversation function was less than marginal: it didn't actually work! This second commit adds the all important 'return the user's input' bit! Also added some more D() stuff to pam_misc to help locate the problem and finally cleaned up the Makefile in the examples/ directory. I used xsh to do the testing. --- examples/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Makefile b/examples/Makefile index e9432ba7..58600f49 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -16,8 +16,7 @@ endif CFLAGS += -I../libpam_misc/include -I../libpamc/include -LOADLIBES = -L../libpam -L../libpamc -L../libpam_misc \ - -lpam$(LIBSUFFIX) -lpam_misc$(LIBSUFFIX) +LOADLIBES = -L../libpam -L../libpamc -L../libpam_misc -lpam -lpam_misc ifeq ($(STATIC_LIBPAM),yes) ifneq ($(DYNAMIC),) -- cgit v1.2.3