Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r4888f89 r54ba29e  
    261261}
    262262
    263 executableDeps {converters/*.cpp} {examples/*.cpp}
     263executableDeps {converters/*.cpp} {examples/*.cpp} {validation/*.cpp}
    264264
    265265executableDeps {readers/DelphesHepMC.cpp} {readers/DelphesLHEF.cpp} {readers/DelphesSTDHEP.cpp} {readers/DelphesROOT.cpp}
     
    400400        @echo ">> Building $(DISTTAR)"
    401401        @mkdir -p $(DISTDIR)
    402         @cp -a CHANGELOG CMakeLists.txt COPYING CREDITS DelphesEnv.sh README README_4LHCb VERSION Makefile MinBias.pileup configure cards classes converters display doc examples external modules python readers $(DISTDIR)
     402        @cp -a CHANGELOG CMakeLists.txt COPYING CREDITS DelphesEnv.sh README README_4LHCb VERSION Makefile MinBias.pileup configure cards classes converters display doc examples external modules python readers validation $(DISTDIR)
    403403        @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \;
    404404        @tar -czf $(DISTTAR) $(DISTDIR)
Note: See TracChangeset for help on using the changeset viewer.