diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2017-02-19 17:30:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2017-02-19 17:30:59 +0000 |
commit | c0083057dcfc90e66af839b43e7766e9fc25b4de (patch) | |
tree | 3f80748cf2e17c3e09b1c50f1f0060764e553c1a /app/xauth/Makefile.am | |
parent | 0dbce3cdd131086cedb1c8aade32eedf6e2d92aa (diff) |
Update to xauth 1.0.10
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 87360a591..9fec077f8 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 tests +SUBDIRS = . man tests bin_PROGRAMS = xauth AM_CFLAGS = $(CWARNFLAGS) $(XAUTH_CFLAGS) |