@@ -547,13 +547,13 @@ BUILT_SOURCES = dirichlet_boundaries.h dof_map.h dof_map_base.h \
547547 single_predicates.h sparsity_pattern.h variable.h \
548548 variant_filter_iterator.h enum_convergence_flags.h \
549549 enum_eigen_solver_type.h enum_elem_quality.h enum_elem_type.h \
550- enum_error_estimator_type.h enum_fe_family .h \
551- enum_inf_map_type .h enum_io_package .h enum_matrix_build_type .h \
552- enum_norm_type .h enum_order .h enum_parallel_type .h \
553- enum_partitioner_type .h enum_point_locator_type .h \
554- enum_preconditioner_type .h enum_quadrature_type .h \
555- enum_solver_package .h enum_solver_type .h \
556- enum_subset_solve_mode.h enum_xdr_mode.h \
550+ enum_error_estimator_type.h enum_fe_elem_class .h \
551+ enum_fe_family .h enum_inf_map_type .h enum_io_package .h \
552+ enum_matrix_build_type .h enum_norm_type .h enum_order .h \
553+ enum_parallel_type .h enum_partitioner_type .h \
554+ enum_point_locator_type .h enum_preconditioner_type .h \
555+ enum_quadrature_type .h enum_solver_package .h \
556+ enum_solver_type.h enum_subset_solve_mode.h enum_xdr_mode.h \
557557 adjoint_refinement_estimator.h \
558558 adjoint_residual_error_estimator.h discontinuity_measure.h \
559559 error_estimator.h exact_error_estimator.h exact_solution.h \
@@ -1067,6 +1067,9 @@ enum_elem_type.h: $(top_srcdir)/include/enums/enum_elem_type.h
10671067enum_error_estimator_type.h : $(top_srcdir ) /include/enums/enum_error_estimator_type.h
10681068 $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
10691069
1070+ enum_fe_elem_class.h : $(top_srcdir ) /include/enums/enum_fe_elem_class.h
1071+ $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
1072+
10701073enum_fe_family.h : $(top_srcdir ) /include/enums/enum_fe_family.h
10711074 $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
10721075
0 commit comments