diff options
author | 2020-03-31 16:30:26 -0700 | |
---|---|---|
committer | 2020-03-31 16:30:26 -0700 | |
commit | 8a0b7dbf9f28a474955662c922cdc5a76c502196 (patch) | |
tree | b0b928857bcc5acc6248e87156489ce18ee6857d /Source/Python | |
parent | aee52dfbc4b1016d9765915ace174a065abfc646 (diff) | |
download | WarpX-8a0b7dbf9f28a474955662c922cdc5a76c502196.tar.gz WarpX-8a0b7dbf9f28a474955662c922cdc5a76c502196.tar.zst WarpX-8a0b7dbf9f28a474955662c922cdc5a76c502196.zip |
Make Build System: No Public Includes (#870)
Remove the listing of all header-files from the Make-buildsystem.
Listing public header files here tells the AMReX Makefile build
system to install those in an install step after build. WarpX is
currently not building a public library which can be consumed by
users for their projects and only an executable.
Diffstat (limited to 'Source/Python')
-rw-r--r-- | Source/Python/Make.package | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Python/Make.package b/Source/Python/Make.package index 651e092d3..bcd0def07 100644 --- a/Source/Python/Make.package +++ b/Source/Python/Make.package @@ -1,7 +1,5 @@ CEXE_sources += WarpXWrappers.cpp CEXE_sources += WarpX_py.cpp -CEXE_headers += WarpXWrappers.h -CEXE_headers += WarpX_py.H INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Python VPATH_LOCATIONS += $(WARPX_HOME)/Source/Python |