Changes in configure.ac [5079a0:c6efc1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r5079a0 rc6efc1 94 94 # test suite 95 95 AC_CONFIG_TESTDIR(tests) 96 AC_CONFIG_FILES([ 97 tests/atlocal 98 tests/Makefile]) 99 AC_CONFIG_FILES([ 100 tests/Tesselations/Makefile 101 tests/Tesselations/defs]) 96 AC_CONFIG_FILES([tests/atlocal tests/Makefile]) 97 AC_CONFIG_FILES([tests/Tesselations/Makefile tests/Tesselations/defs]) 102 98 AC_CONFIG_FILES([tests/molecuilder], [chmod +x tests/molecuilder]) 103 AC_CONFIG_FILES([ 104 doc/molecuilder.xml]) 105 AC_CONFIG_FILES([ 106 Makefile 107 doc/Makefile 108 src/Makefile 109 src/Actions/Makefile 110 src/UIElements/Makefile 111 src/unittests/Makefile]) 99 AC_CONFIG_FILES([doc/molecuilder.xml]) 100 AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/unittests/Makefile]) 112 101 AC_OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.