summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-01-29 13:09:39 -0800
committerMatt Turner <mattst88@gmail.com>2017-01-29 13:11:07 -0800
commit72717ccee0b6bdbf161cc9d44abe3dc1d824fe46 (patch)
tree805456950af9dee1ca199ae7b3278a33ff87a023
parent4dee6a980fdc0174d3825389f95ac1f27c2427db (diff)
downloadxorg-app-xauth-72717ccee0b6bdbf161cc9d44abe3dc1d824fe46.tar.gz
Build xauth before running tests.
Otherwise make check fails if make hasn't previously been run. Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 87360a5..9fec077 100644
--- a/Makefile.am
+++ b/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)