diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-04-28 03:12:56 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-04-28 03:12:56 +0000 |
commit | 218ec16493c3f43ded654c097386053d03aa61d3 (patch) | |
tree | 39df666b92d3d53dc9511f3c99f4e7b6c9d6ea1f /helper-utilities | |
parent | 604acdd1e30ae6f326edc45694521a8dcd611480 (diff) | |
download | nautilus-218ec16493c3f43ded654c097386053d03aa61d3.tar.gz |
Add a real check for pam.
Diffstat (limited to 'helper-utilities')
-rw-r--r-- | helper-utilities/authenticate/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/helper-utilities/authenticate/Makefile.am b/helper-utilities/authenticate/Makefile.am index fd0f8daf7..89be3ef59 100644 --- a/helper-utilities/authenticate/Makefile.am +++ b/helper-utilities/authenticate/Makefile.am @@ -25,6 +25,5 @@ nautilus_authenticate_LDFLAGS = \ $(top_builddir)/librsvg/librsvg.la \ $(GNOMEUI_LIBS) \ $(GCONF_LIBS) \ - -lpam \ - -lpam_misc \ + $(PAM_LIBS) \ $(NULL) |