On Wed, Aug 05, 2015 at 12:52:20PM +0200, 'BSRK Aditya' via ganeti-devel wrote: > The file is src/Ganeti/DataCollectors/Diagnose.hs > > Signed-off-by: BSRK Aditya <[email protected]> > --- > Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile.am b/Makefile.am > index a39e15c..920a4da 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -899,6 +899,7 @@ HS_LIB_SRCS = \ > src/Ganeti/DataCollectors.hs \ > src/Ganeti/DataCollectors/CLI.hs \ > src/Ganeti/DataCollectors/CPUload.hs \ > + src/Ganeti/DataCollectors/Diagnose.hs \ > src/Ganeti/DataCollectors/Diskstats.hs \ > src/Ganeti/DataCollectors/Drbd.hs \ > src/Ganeti/DataCollectors/InstStatus.hs \
Files should be added to Makefile.am in the very patch that adds the file. -- Klaus Aehlig Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores
