Added missing header to Makefile.am

release/4.3a0
Richard Roberts 2012-01-01 19:27:58 +00:00
parent fb1c933418
commit 171886cef9
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ check_PROGRAMS += tests/testLieVector tests/testLieScalar
# Data structures
headers += BTree.h DSF.h FastMap.h FastSet.h FastList.h FastVector.h
headers += boost_variant_with_workaround.h
sources += DSFVector.cpp
check_PROGRAMS += tests/testBTree tests/testDSF tests/testDSFVector