I'm trying to compile mt-daapd svn-1696 for my router, and I succeeded compiling it with howl. But now I'm trying to compile it with avahi because the mDNS function doesn't work.
According to the Makefile of avahi it depends on intltool/host. So I also add the intltool Makefile to the package folder. My problem is that intltool doesn't show up when I run make menuconfig. Trying to compile with 'make V=99' also ends up like this:
make[2]: *** No rule to make target `package/intltool/host/compile', needed by `package/avahi/compile'. Stop.
So the problem is clear. How can I tell the buildsystem to compile intltool when it doesn't show up in make menuconfig?