aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/Make.package
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-03-01 10:25:55 -0800
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-03-01 10:25:55 -0800
commit8282a703e7ab08d1f3f5cf197aa242fabf717c57 (patch)
tree74dc3923d40a1e721d120f5982a4b41d86ad10b8 /Source/Python/Make.package
parent15e49273460fc0a6117246e60556898efc8531ce (diff)
downloadWarpX-8282a703e7ab08d1f3f5cf197aa242fabf717c57.tar.gz
WarpX-8282a703e7ab08d1f3f5cf197aa242fabf717c57.tar.zst
WarpX-8282a703e7ab08d1f3f5cf197aa242fabf717c57.zip
move warpxwrappers. rename ParticleContainer files to MultiParticleContainer files
Diffstat (limited to 'Source/Python/Make.package')
-rw-r--r--Source/Python/Make.package3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Python/Make.package b/Source/Python/Make.package
index c79049f02..71bd4ebe8 100644
--- a/Source/Python/Make.package
+++ b/Source/Python/Make.package
@@ -2,8 +2,9 @@ ifeq ($(USE_PYTHON_MAIN),TRUE)
CEXE_sources += WarpXWrappers.cpp
CEXE_headers += WarpXWrappers.h
endif
-
+CEXE_sources += WarpXWrappers.cpp
CEXE_sources += WarpX_py.cpp
+CEXE_headers += WarpXWrappers.h
CEXE_headers += WarpX_py.H
INCLUDE_LOCATIONS += $(WARPX_HOME)/Source/Python