Re: [Tracker] [Fwd: libtracker-gtk.patch]



>
> There is also a minor correction to the header files installed by
> libtracker-gtk. (to use <tracker.h> instead of
> "../libtracker/tracker.h"). If the header files were only used
> internally, it wouldn't matter, but as they are installed system wide
> <tracker.h> is probably better ;-)

wont they fail on "make"?

you would need "make install" to install the headers system wide?

I would prefer to keep the headers as they are unless you are certain it
wont cause problems.


The include path in src/libtracker-gtk/Makefile.am contains
src/libtracker. This way <tracker.h> is included from there, and only
falls back to the default include paths if it doesn't find tracker.h
there. You can verify that by adding a "#error foo" to
/usr/include/tracker.h, which would abort the compilation if this
header file would be used.

Cheers,
Michael



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]