summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-09-14 14:02:00 +0000
committerTomas Mraz <tm@t8m.info>2005-09-14 14:02:00 +0000
commit917b37b492687029151ebdb160b326bbf958de2d (patch)
treef46707c587766013fedc570b086fb1ffde8a24a7 /modules
parentb8b014230fc40c67028a707a573f382b917793dd (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Workaround for sources compiled with and without libtool.
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_unix/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am
index 47deb503..67520613 100644
--- a/modules/pam_unix/Makefile.am
+++ b/modules/pam_unix/Makefile.am
@@ -44,5 +44,7 @@ pam_unix_la_SOURCES = bigcrypt.c pam_unix_acct.c \
yppasswd_xdr.c md5_good.c md5_broken.c
bigcrypt_SOURCES = bigcrypt.c bigcrypt_main.c
+bigcrypt_CFLAGS = $(AM_CFLAGS)
unix_chkpwd_SOURCES = unix_chkpwd.c md5_good.c md5_broken.c bigcrypt.c
+unix_chkpwd_CFLAGS = $(AM_CFLAGS)