Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    re41c48 rb0b086  
    66ATOMSOURCE = \
    77  atom.cpp \
    8   AtomicInfo.cpp \
    98  atom_atominfo.cpp \
    109  atom_bondedparticle.cpp \
     
    1716ATOMHEADER = \
    1817  atom.hpp \
    19   AtomicInfo.hpp \
    2018  atom_atominfo.hpp \
    2119  atom_bondedparticle.hpp \
     
    379377
    380378unity.cpp: ${MOLECUILDERSOURCE} ${MOLECUILDERHEADER}
    381         echo "" >  unity.cpp; \
     379        echo "#include \"$(srcdir)/Helpers/MemDebug.cpp\"" >  unity.cpp; \
    382380        list='$(MOLECUILDERSOURCE)'; for file in $$list; do \
    383           echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
     381        echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
    384382        done; \
    385383        subdirs='$(SUBDIRS)';for directory in $$subdirs; do\
Note: See TracChangeset for help on using the changeset viewer.