diff options
Diffstat (limited to 'Linux-PAM/libpamc/test/Makefile.am')
-rw-r--r-- | Linux-PAM/libpamc/test/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Linux-PAM/libpamc/test/Makefile.am b/Linux-PAM/libpamc/test/Makefile.am new file mode 100644 index 00000000..fc0cac46 --- /dev/null +++ b/Linux-PAM/libpamc/test/Makefile.am @@ -0,0 +1,11 @@ +# +# Copyright (c) 2005 Thorsten Kukuk <kukuk@suse.de> +# + +AUTOMAKE_OPTIONS = 1.6 gnits + +CLEANFILES = *~ */*~ + +EXTRA_DIST = agents/secret@here modules/Makefile modules/pam_secret.c \ + regress/Makefile regress/run_test.sh regress/test.libpamc.c \ + regress/test.secret@here |