Skip to content

Commit adfdf46

Browse files
authored
Merge pull request #184 from JeffersonLab/aaust_proof_dict
include root dictionary also in build script to prevent warnings
2 parents dab8831 + 3321f80 commit adfdf46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

programs/MakePROOFPackage/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cp SETUP.C ${DIRNAME}/PROOF-INF/
1919

2020
#LIBRARIES
2121
cp ${ROOT_ANALYSIS_HOME}/${BMS_OSNAME}/lib/libDSelector.so ${DIRNAME}/
22+
cp ${ROOT_ANALYSIS_HOME}/${BMS_OSNAME}/lib/DSelectorDict_rdict.pcm ${DIRNAME}/
2223

2324
#HEADERS
2425
cp -r ${ROOT_ANALYSIS_HOME}/${BMS_OSNAME}/include/DSelector ${DIRNAME}/

0 commit comments

Comments
 (0)