Skip to content

Commit

Permalink
Per #2550, trying to install python directories but it isn't working …
Browse files Browse the repository at this point in the history
…well
  • Loading branch information
JohnHalleyGotway committed Sep 28, 2023
1 parent 807106e commit 6a5ee58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion scripts/python/tc_diag/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
pythontc_diagdir = $(pkgdatadir)/python/tc_diag

pythontc_diag_DATA = \
compute_tc_diagnostics.py
compute_tc_diag.py \
atcf_tools \
diag_lib \
tc_diag_driver

EXTRA_DIST = ${pythontc_diag_DATA}

Expand Down
5 changes: 4 additions & 1 deletion scripts/python/tc_diag/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,10 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
pythontc_diagdir = $(pkgdatadir)/python/tc_diag
pythontc_diag_DATA = \
compute_tc_diagnostics.py
compute_tc_diag.py \
atcf_tools \
diag_lib \
tc_diag_driver

EXTRA_DIST = ${pythontc_diag_DATA}
MAINTAINERCLEANFILES = Makefile.in
Expand Down

0 comments on commit 6a5ee58

Please sign in to comment.