Changeset 1043
- Timestamp:
- Oct 31, 2011, 9:19:15 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 8 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r1011 r1043 57 57 monsterz/monsterz 58 58 test/testsuite 59 test/tutorial/tut01 60 test/tutorial/tut02 59 61 test/benchsuite 60 62 test/quad … … 63 65 test/math/poly 64 66 test/math/remez 67 test/xolotl/xolotl 65 68 tools/make-font 66 69 # Our data -
trunk/configure.ac
r1036 r1043 328 328 test/Makefile 329 329 test/math/Makefile 330 test/tutorial/Makefile 331 test/xolotl/Makefile 330 332 gfx/Makefile 331 333 gfx/font/Makefile -
trunk/test/Makefile.am
r984 r1043 1 1 2 SUBDIRS = math 2 SUBDIRS = math tutorial xolotl 3 3 4 4 AM_CPPFLAGS = -I$(top_srcdir)/src
Note: See TracChangeset
for help on using the changeset viewer.