diff options
author | Dennis Schridde <dennis.schridde@uni-heidelberg.de> | 2015-09-03 17:51:50 +0200 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2016-08-29 10:18:59 -0400 |
commit | a24431d92e6dcd53068125a07eec1e1132eca51d (patch) | |
tree | 3dafe1ea2e0f6b1d9df54907ee3adf84d960607d | |
parent | 7938bc09945162da5b169d79fbc5c0d0168cfc14 (diff) | |
download | mod_auth_gssapi-a24431d92e6dcd53068125a07eec1e1132eca51d.tar.gz mod_auth_gssapi-a24431d92e6dcd53068125a07eec1e1132eca51d.tar.xz mod_auth_gssapi-a24431d92e6dcd53068125a07eec1e1132eca51d.zip |
Fix path to magtests.py for out-of-tree builds
Reviewed-by: Simo Sorce <simo@redhat.com>
Closes #102
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 95641f9..0365c54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src/asn1c src test: all - ./tests/magtests.py + $(srcdir)/tests/magtests.py |