diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-24 09:18:21 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-24 09:18:21 +0000 |
commit | 128ded83a0d1d3b5a85b4c20a6c35d9481e23ce5 (patch) | |
tree | fdd298658b3808d85fe99fab062b911c9f2aeee6 /libpamc | |
parent | c485b54636a6d93bdc9c9d82051db97d7dd53c71 (diff) | |
download | pam-128ded83a0d1d3b5a85b4c20a6c35d9481e23ce5.tar.gz pam-128ded83a0d1d3b5a85b4c20a6c35d9481e23ce5.tar.bz2 pam-128ded83a0d1d3b5a85b4c20a6c35d9481e23ce5.zip |
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: Fix lot of compiler warnings
new feature: add broken_shadow option to pam_unix (patch from Linux
distributions)
Diffstat (limited to 'libpamc')
-rw-r--r-- | libpamc/test/regress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpamc/test/regress/Makefile b/libpamc/test/regress/Makefile index ff63e5f0..cba474f9 100644 --- a/libpamc/test/regress/Makefile +++ b/libpamc/test/regress/Makefile @@ -1,7 +1,7 @@ CFLAGS = -g -I ../../include test.libpamc: test.libpamc.o - $(CC) -o $@ $< -L ../.. -lpamc + $(CC) -o $@ $(CFLAGS) $< -L ../.. -lpamc clean: rm -f test.libpamc test.libpamc.o |