Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r5079a0 rc6efc1  
    9494# test suite
    9595AC_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])
     96AC_CONFIG_FILES([tests/atlocal tests/Makefile])
     97AC_CONFIG_FILES([tests/Tesselations/Makefile tests/Tesselations/defs])
    10298AC_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])
     99AC_CONFIG_FILES([doc/molecuilder.xml])
     100AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile src/unittests/Makefile])
    112101AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.