Changeset 5cdfac for src/Actions/Makefile.am
- Timestamp:
- Oct 1, 2016, 6:03:37 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- f6f761
- Parents:
- 2a28cd
- git-author:
- Frederik Heber <heber@…> (10/01/16 17:56:45)
- git-committer:
- Frederik Heber <heber@…> (10/01/16 18:03:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Makefile.am
r2a28cd r5cdfac 178 178 BONDACTIONSOURCE = \ 179 179 Actions/BondAction/BondAddAction.cpp \ 180 Actions/BondAction/BondRemoveAction.cpp 180 Actions/BondAction/BondRemoveAction.cpp \ 181 Actions/BondAction/BondSetDegreeAction.cpp 181 182 BONDACTIONHEADER = \ 182 183 Actions/BondAction/BondAddAction.hpp \ 183 Actions/BondAction/BondRemoveAction.hpp 184 Actions/BondAction/BondRemoveAction.hpp \ 185 Actions/BondAction/BondSetDegreeAction.hpp 184 186 BONDACTIONDEFS = \ 185 187 Actions/BondAction/BondAddAction.def \ 186 Actions/BondAction/BondRemoveAction.def 188 Actions/BondAction/BondRemoveAction.def \ 189 Actions/BondAction/BondSetDegreeAction.def 187 190 188 191 CMDACTIONSOURCE = \
Note:
See TracChangeset
for help on using the changeset viewer.