configure py_tutorials

This commit is contained in:
Joachim Schoeberl 2014-10-16 13:53:37 +00:00
parent 940b7595a9
commit 2913991461
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
METASOURCES = AUTO METASOURCES = AUTO
SUBDIRS = libsrc ng tutorials python doc windows nglib SUBDIRS = libsrc ng tutorials python py_tutorials doc windows nglib
# nglib # nglib
# TESTS = ng/netgen -batchmode # TESTS = ng/netgen -batchmode

View File

@ -248,12 +248,12 @@ AM_CONDITIONAL([NGPYTHON], [test x$pythonon = xtrue])
# AC_CONFIG_SUBDIRS([ng/Togl-1.7]) # AC_CONFIG_SUBDIRS([ng/Togl-1.7])
AC_CONFIG_FILES(Makefile libsrc/Makefile libsrc/csg/Makefile AC_CONFIG_FILES(Makefile libsrc/Makefile libsrc/csg/Makefile
libsrc/general/Makefile libsrc/geom2d/Makefile libsrc/gprim/Makefile libsrc/general/Makefile libsrc/geom2d/Makefile libsrc/gprim/Makefile
libsrc/include/Makefile libsrc/interface/Makefile libsrc/include/Makefile libsrc/interface/Makefile
libsrc/linalg/Makefile libsrc/meshing/Makefile libsrc/occ/Makefile libsrc/linalg/Makefile libsrc/meshing/Makefile libsrc/occ/Makefile
libsrc/stlgeom/Makefile libsrc/stlgeom/Makefile libsrc/visualization/Makefile ng/Makefile
libsrc/visualization/Makefile ng/Makefile nglib/Makefile nglib/Makefile tutorials/Makefile python/Makefile
tutorials/Makefile python/Makefile doc/Makefile windows/Makefile ) py_tutorials/Makefile doc/Makefile windows/Makefile )
AC_OUTPUT AC_OUTPUT