Fresco/Fresco-Test Makefile.in,1.3,1.4 configure.ac,1.4,1.5
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test In directory purcel:/tmp/cvs-serv20721/Fresco-Test Modified Files: Makefile.in configure.ac Log Message: Try "make build-tests && make run-tests" in Fresco-Test and Babylon :-) Index: Makefile.in =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 4 Apr 2003 22:09:58 -0000 1.3 +++ Makefile.in 5 Apr 2003 22:37:34 -0000 1.4 @@ -26,7 +26,7 @@ distdir := @PACKAGE_NAME@-@PACKAGE_VERSION@ -subdirs := syunit syunit-c++ +subdirs := scripts syunit syunit-c++ # Overridden by the clean-targets, allowing the same subdirs-rule to be used # for everything. Index: configure.ac =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure.ac 4 Apr 2003 17:39:49 -0000 1.4 +++ configure.ac 5 Apr 2003 22:37:34 -0000 1.5 @@ -51,6 +51,7 @@ AC_CONFIG_FILES([Makefile syunit/Makefile]) AC_CONFIG_FILES([syunit-c++/Makefile syunit-c++/src/Makefile]) AC_CONFIG_FILES([syunit-c++/test/Makefile]) +AC_CONFIG_FILES([scripts/Makefile]) mkdir -p lib mkdir -p include