[multiple changes]
[gcc.git] / libstdc++-v3 / libsupc++ / Makefile.am
index c0412f0b8ed549c96eb87956055d7e42bd7e4747..680005fbf83b9f2245f367c509c8e64bf08fafeb 100644 (file)
@@ -34,7 +34,7 @@ noinst_LTLIBRARIES = libsupc++convenience.la
 
 headers = \
        exception new typeinfo cxxabi.h cxxabi-forced.h exception_defines.h \
-       initializer_list
+       initializer_list exception_ptr.h
 
 if GLIBCXX_HOSTED
   c_sources = \
@@ -60,6 +60,7 @@ sources = \
        eh_exception.cc \
        eh_globals.cc \
        eh_personality.cc \
+       eh_ptr.cc \
        eh_term_handler.cc \
        eh_terminate.cc \
        eh_throw.cc \