mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 05:20:34 +05:00
configure py_tutorials
This commit is contained in:
parent
940b7595a9
commit
2913991461
@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
METASOURCES = AUTO
|
||||
|
||||
SUBDIRS = libsrc ng tutorials python doc windows nglib
|
||||
SUBDIRS = libsrc ng tutorials python py_tutorials doc windows nglib
|
||||
# nglib
|
||||
# TESTS = ng/netgen -batchmode
|
||||
|
||||
|
14
configure.ac
14
configure.ac
@ -247,13 +247,13 @@ AM_CONDITIONAL([NGPYTHON], [test x$pythonon = xtrue])
|
||||
|
||||
# AC_CONFIG_SUBDIRS([ng/Togl-1.7])
|
||||
|
||||
AC_CONFIG_FILES(Makefile libsrc/Makefile libsrc/csg/Makefile
|
||||
libsrc/general/Makefile libsrc/geom2d/Makefile libsrc/gprim/Makefile
|
||||
libsrc/include/Makefile libsrc/interface/Makefile
|
||||
libsrc/linalg/Makefile libsrc/meshing/Makefile libsrc/occ/Makefile
|
||||
libsrc/stlgeom/Makefile
|
||||
libsrc/visualization/Makefile ng/Makefile nglib/Makefile
|
||||
tutorials/Makefile python/Makefile doc/Makefile windows/Makefile )
|
||||
AC_CONFIG_FILES(Makefile libsrc/Makefile libsrc/csg/Makefile
|
||||
libsrc/general/Makefile libsrc/geom2d/Makefile libsrc/gprim/Makefile
|
||||
libsrc/include/Makefile libsrc/interface/Makefile
|
||||
libsrc/linalg/Makefile libsrc/meshing/Makefile libsrc/occ/Makefile
|
||||
libsrc/stlgeom/Makefile libsrc/visualization/Makefile ng/Makefile
|
||||
nglib/Makefile tutorials/Makefile python/Makefile
|
||||
py_tutorials/Makefile doc/Makefile windows/Makefile )
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user