diff options
author | vorlon <Unknown> | 2007-08-20 08:36:28 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 08:36:28 +0000 |
commit | 99653e827447b7814a24cefebfb787c5648b1cc0 (patch) | |
tree | 72e5fabe296d95ec4310d782b65e574e51831c6d | |
parent | 564cade0109192dd9c71d2fe95dc208bf5f83197 (diff) | |
download | pam-99653e827447b7814a24cefebfb787c5648b1cc0.tar.gz pam-99653e827447b7814a24cefebfb787c5648b1cc0.tar.bz2 pam-99653e827447b7814a24cefebfb787c5648b1cc0.zip |
Clean up .la and .a files for PAM modules; all we care about are the .so
files.
-rwxr-xr-x | rules | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,9 @@ install: build rm -f $(CURDIR)/debian/libpam-modules/lib/security/pam_cracklib.so # .la files are teh devil rm -f $(CURDIR)/debian/tmp/lib/*.la + # for modules, we only want the .so + rm -f $(CURDIR)/debian/tmp/lib/security/*.la \ + $(CURDIR)/debian/tmp/lib/security/*.a # Build architecture-independent files here. binary-indep: install |