From: <sg...@us...> - 2003-08-31 00:50:29
|
Update of /cvsroot/libfunutil/libfunutil/tests/funUtil In directory sc8-pr-cvs1:/tmp/cvs-serv13622/tests/funUtil Modified Files: Makefile Log Message: added buildtool-related checks. Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/tests/funUtil/Makefile,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Makefile 29 Aug 2003 06:44:43 -0000 1.21 +++ Makefile 31 Aug 2003 00:50:26 -0000 1.22 @@ -16,7 +16,10 @@ BIN_PROGRAMS = testStrings -DIST_FILES += $(wildcard *.qmake *.cpp *.h *.xml *.c++ Makefile) Makefile.bt +DIST_FILES += $(wildcard *.qmake *.cpp *.h *.xml *.c++ Makefile) +ifeq (1,$(configure_with_buildtool)) +DIST_FILES += Makefile.bt +endif DIST_FILES += \ test-clparser.sh \ test-dice.sh \ |