intel / dleyna-server

dleyna-server is a library for implementing services that allow clients to discover, browse and manipulate Digital Media Servers. An implementation of such a service for linux is also included.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
28 stars 28 forks source link

[Build] Fix out-of-source-tree builds #144

Closed jku closed 10 years ago

jku commented 10 years ago

The libdleyna-server include path seems to be entirely wrong: Even with in-tree-builds it wasn't actually useful. Use -I$(top_srcdir) instead so out-of-source-tree builds succeed.

The same exact problem is in dleyna-renderer: I'll fix that if this seems good.

jku commented 10 years ago

@rsbells or @rasikana mind taking a look?