diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-10-01 14:05:03 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-10-01 14:14:46 -0700 |
commit | 5fb1780d6a44c7fca5143e5f456259499ddb0852 (patch) | |
tree | 48bc76c8c64034c38256c013957f6d7724f96717 /test | |
parent | 4d2542a16bd955ae448cc2cb160d1e0f2d9c291b (diff) |
test: Fix make distcheck when not building unit tests
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 7c4467161..456221e46 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -33,10 +33,9 @@ libxservertest_la_LIBADD = \ $(top_builddir)/mi/libmi.la \ $(top_builddir)/os/libos.la \ @XORG_LIBS@ +endif CLEANFILES=libxservertest.c libxservertest.c: touch $@ - -endif |