Changeset 802a9d for utils/Python/Makefile.am
- Timestamp:
- Dec 21, 2025, 9:50:27 PM (8 days ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 2e7888
- Parents:
- e4b9d5
- git-author:
- Frederik Heber <frederik.heber@…> (11/18/25 19:34:57)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/21/25 21:50:27)
- File:
-
- 1 edited
-
utils/Python/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
utils/Python/Makefile.am
re4b9d5 r802a9d 1 1 if CONDPYTHON 2 2 PYTHON_TOOLS = \ 3 Python/boxmaker 3 Python/boxmaker \ 4 Python/generate_bondtable \ 5 Python/compute_pair_bondlength 4 6 endif 5 7 … … 13 15 BUILT_SOURCES += ${PYTHON_TOOLS} 14 16 CLEANFILES += ${PYTHON_TOOLS} 15 pyexec_SCRIPTS += Python/boxmaker.py 17 pyexec_SCRIPTS += \ 18 Python/boxmaker.py \ 19 Python/compute_pair_bondlength.py 16 20 endif
Note:
See TracChangeset
for help on using the changeset viewer.
