Skip to content

Commit

Permalink
Added missing header files in Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
justusc committed Jul 6, 2015
1 parent fdebf4c commit ac1f51b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/apps/chem/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/madness/misc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down
3 changes: 2 additions & 1 deletion src/madness/mra/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ac1f51b

Please sign in to comment.