]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/SampleLib/Makefile.am
HLT sample applications
[u/mrichter/AliRoot.git] / HLT / SampleLib / Makefile.am
index 60ff6cee641d018bb3505dbc079c8dd3da62362f..e9c2ca350f7bc188b4c58cce09c4d612c75bd9f2 100644 (file)
@@ -95,7 +95,7 @@ $(DICTCPP:.cxx=.h): $(DICTCPP)
 
 $(DICTCPP): $(DICTHEADERS:%=$(srcdir)/%) $(DICTDEF)
        if [ -x $(ROOTCINT) ]; then $(ROOTCINT) -f $@ -c $(CPPFLAGS) $(AM_CPPFLAGS) $(DEFS) $(foreach i, $(DICTINCLUDE), $(i)) $^ ; fi
-$(DICTDEF): Makefile.am
+$(DICTDEF): Makefile.am $(PKGDEF)
        @echo '//automatically generated ROOT DICT definition' > $@
        @echo '//!!! DO NOT EDIT THIS FILE !!!' >> $@
        @echo '//add further class definitions to the CLASS_HDRS variable in Makefile.am' >> $@