Skip to content

Commit

Permalink
Merge pull request #103 from DUNE/liam-quick-fix-makefile
Browse files Browse the repository at this point in the history
Unremoved accidentally removed EDEP_ variables
  • Loading branch information
LiamOS authored May 3, 2024
2 parents cf2a9b5 + a38cb61 commit 03a39b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ else # github CI passes CLHEP_INC as an environment var, use this to set lib dir
CLHEP_LIBS = $(CLHEP_INC)/../../lib64
endif

EDEP_LIBS = -L $(EDEPSIM_LIB) -ledepsim_io $(CLHEP_LIBS)
EDEP_INC = -I$(EDEPSIM_INC) -I$(GEANT4_INC) -I$(CLHEP_INC)

# The TMS includes
TMS_INC = -I../src

Expand Down

0 comments on commit 03a39b0

Please sign in to comment.