Added the $(CHECK_SYMLINKS) var to installcheck target.
authorWayne Davison <wayned@samba.org>
Fri, 27 Apr 2007 13:52:07 +0000 (13:52 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 27 Apr 2007 13:52:07 +0000 (13:52 +0000)
Makefile.in

index f58896f34574f4c77194200946debc767214c2bf..383a509bd8f7694148a1d12b428225e03ef622c3 100644 (file)
@@ -174,7 +174,7 @@ testsuite/devices-fake.test:
 # check a version installed from a binary or some other source tree,
 # if you want.
 
-installcheck: $(CHECK_PROGS)
+installcheck: $(CHECK_PROGS) $(CHECK_SYMLINKS)
        POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin="$(bindir)/rsync$(EXEEXT)" srcdir="$(srcdir)" $(srcdir)/runtests.sh
 
 # TODO: Add 'dist' target; need to know which files will be included