Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    ra292f6 r4c6e70  
    1313include Atom/Makefile.am
    1414include Element/Makefile.am
     15include Filling/Makefile.am
    1516include Fragmentation/Makefile.am
    1617include Graph/Makefile.am
     
    124125
    125126TESSELATIONSOURCE = \
     127  Tesselation/ApproximateShapeArea.cpp \
     128  Tesselation/ApproximateShapeVolume.cpp \
    126129  Tesselation/boundary.cpp \
    127130  Tesselation/BoundaryLineSet.cpp \
     
    136139 
    137140TESSELATIONHEADER = \
     141  Tesselation/ApproximateShapeArea.hpp \
     142  Tesselation/ApproximateShapeVolume.hpp \
    138143  Tesselation/boundary.hpp \
    139144  Tesselation/BoundaryLineSet.hpp \
     
    154159  ${THERMOSTATSOURCE} \
    155160  ${TESSELATIONSOURCE} \
     161  AtomIdSet.cpp \
    156162  Box.cpp \
    157163  Box_BoundaryConditions.cpp \
     
    175181  ${THERMOSTATHEADER} \
    176182  ${TESSELATIONHEADER} \
     183  AtomIdSet.hpp \
    177184  Box.hpp \
    178185  Box_BoundaryConditions.hpp \
Note: See TracChangeset for help on using the changeset viewer.