diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2014-01-31 12:53:56 +0100 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2014-01-31 12:53:56 +0100 |
commit | 088dedd6d9b78b7dadd9f772b3d6f597a32d1548 (patch) | |
tree | 089e88f781fbb1ead4297d1ebb9b8c5ffab1625c /debian/rules | |
parent | b33ebbca960d8a7e2bd4363d3b5720fa464e05ce (diff) | |
download | pam_tacplus-1.3.8.tar.gz pam_tacplus-1.3.8.zip |
Added automake subdir-objects option1.3.8
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f12b746..f9c6fc8 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ SHELL := sh -e %: - dh $@ + dh $@ --with autoreconf override_dh_clean: rm -f config.status config.log |