]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/Makefile.am
fix a stupid mistake from previous commit
[u/mrichter/AliRoot.git] / HLT / SampleLib / Makefile.am
index 96ea66b68641c411f3d1afb332c3645507838183..cd2fe6a459f9cd8ee23c958cc62e0247afeddfa8 100644 (file)
@@ -102,6 +102,10 @@ DICTHEADERS                        =  $(CLASS_HDRS)
 
 CLEANFILES                     += $(DICTFILES)
 
+# the rootcint buffer for macros is limited to 1024 characters
+# we have to filter out some of the defines
+DEFFILTER                      = -DPACKAGE*
+
 
 $(DICTCPP:.cxx=.h): $(DICTCPP)
        if test $@ ; then : ; else rm -f $< ; $(MAKE) $(MAKEFLAGS) $< ; fi