I noticed that

/usr/include/tracker-1.0/libtracker-control/tracker-miner-manager.h
includes the following warning


  #if !defined (__LIBTRACKER_CONTROL_H_INSIDE__) && !defined
(TRACKER_COMPILATION)
  #error "Only <libtracker-miner/tracker-miner.h> can be included directly."
  #endif

I suppose that should be

  #if !defined (__LIBTRACKER_CONTROL_H_INSIDE__) && !defined
(TRACKER_COMPILATION)
  #error "Only <libtracker-control/tracker-control.h> can be included directly."
  #endif

?
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
_______________________________________________
tracker-list mailing list
tracker-list@gnome.org
https://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to