@@ -524,13 +524,13 @@ vtkversion = @vtkversion@
524524#
525525# include the magic script!
526526EXTRA_DIST = rebuild_makefile.sh
527- BUILT_SOURCES = auto_ptr .h dirichlet_boundaries .h dof_map .h \
528- dof_map_base.h dof_object.h factory.h float128_shims.h \
529- getpot .h id_types .h libmesh.h libmesh_augment_std_namespace .h \
530- libmesh_base .h libmesh_common .h libmesh_documentation .h \
531- libmesh_exceptions .h libmesh_logging .h libmesh_singleton .h \
532- libmesh_version .h multi_predicates .h periodic_boundaries .h \
533- periodic_boundary.h periodic_boundary_base.h print_trace.h \
527+ BUILT_SOURCES = dirichlet_boundaries .h dof_map .h dof_map_base .h \
528+ dof_object.h factory.h float128_shims.h getpot.h id_types .h \
529+ libmesh .h libmesh_augment_std_namespace .h libmesh_base .h \
530+ libmesh_common .h libmesh_documentation .h libmesh_exceptions .h \
531+ libmesh_logging .h libmesh_singleton .h libmesh_version .h \
532+ multi_predicates .h periodic_boundaries .h periodic_boundary .h \
533+ periodic_boundary_base.h print_trace.h \
534534 reference_counted_object.h reference_counter.h \
535535 single_predicates.h sparsity_pattern.h variable.h \
536536 variant_filter_iterator.h enum_convergence_flags.h \
@@ -951,9 +951,6 @@ libmesh_config.h: $(top_builddir)/include/libmesh_config.h
951951
952952#
953953# libMesh header rules
954- auto_ptr.h : $(top_srcdir ) /include/base/auto_ptr.h
955- $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
956-
957954dirichlet_boundaries.h : $(top_srcdir ) /include/base/dirichlet_boundaries.h
958955 $(AM_V_GEN ) rm -f $@ && $(LN_S ) -f $< $@
959956
0 commit comments