Linux Extending the application core.
#1
Greetings

I'm working on a new type of navigation window. This new window (which I've called MultiNav) is intended to allow the user navigate through video, music and images in the same window, this window has three controls that allow the user to select to content type he wants to navigate.

Everything compiles, but I'm not able to link. The reason is the project is not able to find the object code (*.o files) since I've not include my changes into the build process (./configure make).

I can tell the project is autotools generated, but I can't find any of the files "configure.ac" or "Makefile.am".

Questions:

1 - How can I include my code into Kodi/XBMC code distribution?
2 - Which are the files I've to edit to achive this?
Reply
#2
its configure.ac, Makefile.in, Makefile.include.in in the top src tree, as well as Makefile(in) where ever you added your code.
Then there is Xcode and VS projects for OSX and Windows respectively.
Reply

Logout Mark Read Team Forum Stats Members Help
Linux Extending the application core.0