Changes in src/Makefile.am [a292f6:4c6e70]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
ra292f6 r4c6e70 13 13 include Atom/Makefile.am 14 14 include Element/Makefile.am 15 include Filling/Makefile.am 15 16 include Fragmentation/Makefile.am 16 17 include Graph/Makefile.am … … 124 125 125 126 TESSELATIONSOURCE = \ 127 Tesselation/ApproximateShapeArea.cpp \ 128 Tesselation/ApproximateShapeVolume.cpp \ 126 129 Tesselation/boundary.cpp \ 127 130 Tesselation/BoundaryLineSet.cpp \ … … 136 139 137 140 TESSELATIONHEADER = \ 141 Tesselation/ApproximateShapeArea.hpp \ 142 Tesselation/ApproximateShapeVolume.hpp \ 138 143 Tesselation/boundary.hpp \ 139 144 Tesselation/BoundaryLineSet.hpp \ … … 154 159 ${THERMOSTATSOURCE} \ 155 160 ${TESSELATIONSOURCE} \ 161 AtomIdSet.cpp \ 156 162 Box.cpp \ 157 163 Box_BoundaryConditions.cpp \ … … 175 181 ${THERMOSTATHEADER} \ 176 182 ${TESSELATIONHEADER} \ 183 AtomIdSet.hpp \ 177 184 Box.hpp \ 178 185 Box_BoundaryConditions.hpp \
Note:
See TracChangeset
for help on using the changeset viewer.