diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-04 15:53:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-04 15:53:47 +0000 |
commit | 0789e063ad4c5f2b523d258176bab59dc67f4bd9 (patch) | |
tree | 0c15fab44376b66fe8b888f7803d4eebf99bf856 /app/xauth/Makefile.am | |
parent | 24d66d72f5fd5fdfb9ba7617aecc00086769de32 (diff) |
Update to xauth 1.0.8
Diffstat (limited to 'app/xauth/Makefile.am')
-rw-r--r-- | app/xauth/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xauth/Makefile.am b/app/xauth/Makefile.am index c0d165aae..87360a591 100644 --- a/app/xauth/Makefile.am +++ b/app/xauth/Makefile.am @@ -19,7 +19,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS = man +SUBDIRS = man tests bin_PROGRAMS = xauth AM_CFLAGS = $(CWARNFLAGS) $(XAUTH_CFLAGS) |