]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
automatically generated LinkDef: append option '+' to all class definitions in order
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Oct 2007 14:40:33 +0000 (14:40 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Oct 2007 14:40:33 +0000 (14:40 +0000)
to use 'new' streamer concept (introduced in ROOT 3.0)

HLT/make.dict

index d1430e7a69d8b28f6a5f9f6a82c46f7419995a98..fd361df68072020096828da8f4e9eb239a191237 100644 (file)
@@ -35,5 +35,5 @@ $(DICTDEF): Makefile.am $(PKGDEF)
        @echo '#pragma link off all classes;' >> $@
        @echo '#pragma link off all functions;' >> $@
        @$(foreach i, $(DICTHEADERS:.h=), \
-          echo "#pragma link C++ class "`echo $(i)| sed -e 's|.*/||'`";" >> $@ ;)
+          echo "#pragma link C++ class "`echo $(i)| sed -e 's|.*/||'`"+;" >> $@ ;)
        @echo '#endif' >> $@