diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-20 20:55:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-20 20:55:58 +0000 |
commit | f8ad8cc4f6a045cf9cb03f43d86765adcd4a8a31 (patch) | |
tree | d26962c99359ab024a8141d319c00825d9d38349 /Makefile.am | |
parent | 585493a9dd3ad34f536a81c9db88673be7c2aee0 (diff) |
only build if you have check
Original commit message from CVS:
only build if you have check
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 67b3ddf6..609f4be9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ SUBDIRS = \ $(SUBDIRS_EXAMPLES) \ tools \ $(SUBDIRS_GCONF) \ - check \ + $(SUBDIRS_CHECK) \ docs \ po \ common \ |