diff --git a/src/apps/chem/Makefile.am b/src/apps/chem/Makefile.am
index a48b103247b..92b8c1e894c 100644
--- a/src/apps/chem/Makefile.am
+++ b/src/apps/chem/Makefile.am
@@ -14,8 +14,11 @@ dist_data_DATA = $(data_DATA)
 
 thisincludedir = $(includedir)/chem
 
-thisinclude_HEADERS = correlationfactor.h molecule.h molecularbasis.h corepotential.h atomutil.h SCF.h xcfunctional.h \
-                      nemo.h potentialmanager.h gth_pseudopotential.h molecular_optimizer.h projector.h
+thisinclude_HEADERS = correlationfactor.h molecule.h molecularbasis.h \
+                      corepotential.h atomutil.h SCF.h xcfunctional.h \
+                      mp2.h nemo.h potentialmanager.h gth_pseudopotential.h \
+                      molecular_optimizer.h projector.h TDA.h TDA_XC.h \
+                      TDA_guess.h TDA_exops.h
 
 
 testxc_SOURCES = testxc.cc xcfunctional.h xcfunctional_ldaonly.cc lda.cc
diff --git a/src/madness/misc/Makefile.am b/src/madness/misc/Makefile.am
index 76d25162694..f9be89fc2dd 100644
--- a/src/madness/misc/Makefile.am
+++ b/src/madness/misc/Makefile.am
@@ -7,7 +7,7 @@ bin_PROGRAMS = interp3
 TESTS = interp3
 
 thisincludedir = $(includedir)/madness/misc
-thisinclude_HEADERS = misc.h ran.h phandler.h cfft.h
+thisinclude_HEADERS = misc.h ran.h phandler.h interpolation_1d.h cfft.h
 
 
 libMADmisc_a_SOURCES = checksum_file.cc position_stream.cc gprofexit.cc ran.cc cfft.cc meminfo.cc\
diff --git a/src/madness/mra/Makefile.am b/src/madness/mra/Makefile.am
index 9af92c0dd4b..293e62d3759 100644
--- a/src/madness/mra/Makefile.am
+++ b/src/madness/mra/Makefile.am
@@ -43,7 +43,8 @@ thisinclude_HEADERS = adquad.h  funcimpl.h  indexit.h  legendre.h  operator.h  v
                       funcdefaults.h  key.h  mra.h  power.h  qmprop.h  twoscale.h \
                       lbdeux.h  mraimpl.h  funcplot.h  function_common_data.h \
                       function_factory.h function_interface.h gfit.h convolution1d.h \
-                      simplecache.h derivative.h displacements.h functypedefs.h
+                      simplecache.h derivative.h displacements.h functypedefs.h \
+                      sdf_shape_3D.h sdf_domainmask.h vmra1.h
 
 
 LDADD = libMADmra.a $(LIBLINALG) $(LIBTENSOR) $(LIBMISC) $(LIBMUPARSER) $(LIBWORLD)