summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* [Build] Fix out-of-source-tree buildsJussi Kukkonen2014-07-141-1/+1
| | | | | | | | | | 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. Fixes #143. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
* [Autoconf] Sub Makefile: Remove ACLOCAL_AMFLAGSLudovic Ferrandis2014-07-081-3/+1
| | | | | | | | | | | According to Automake.pdf: ACLOCAL_AMFLAGS: This variable is only useful in the top-level ‘Makefile.am’. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com> Fixes #127. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
* [Configuration] Remove libdleyna-server .pc fileLudovic Ferrandis2013-12-121-2/+2
| | | | | | Fix issue #113: <https://github.com/01org/dleyna-server/issues/113> Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Control Point] Get control point versionRegis Merlino2013-09-111-1/+1
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Service] Provide service version info to core component.Regis Merlino2013-08-231-1/+1
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Build] Do not assume libexec=@prefix@/libexecRegis Merlino2013-06-052-2/+9
| | | | | | | | | | | | | This is a port of commits: https://github.com/01org/dleyna-renderer/commit/8179084be7b32f187e9ab4d79a24efa668a6df71 https://github.com/01org/dleyna-renderer/commit/f3e9967b3c8f76b6d43320749b6e58e1a607d2a9 For instance, Debian Policy recommends that helper programs should be installed under /usr/lib/${packagename}/ . http://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-support-files Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Build] Install the .service file in $(datadir)/dbus-1/servicesRegis Merlino2013-06-051-4/+4
| | | | | | | | | | | | | | | | | | | | Port of commits: https://github.com/01org/dleyna-renderer/commit/d1c84c820ce180eabb57b83da3569a4de24c3ac4 https://github.com/01org/dleyna-renderer/commit/6981acf20cadec8a9c29e0096d16c2062d19a384 Calling `pkg-config --variable=session_bus_services_dir dbus-1` under JHBuild results in the system-installed dbus-1.pc being parsed and our .service file will be put under the /usr prefix instead of the JHBuild one. To avoid that, take $(datadir) in account and install it under $(datadir)/dbus-1/services by default like other packages do (eg. gvfs). For those with different needs a --with-dbus-service-dir configure flag is provided. Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Architecture] Change directory structure to enable build from a master projectRegis Merlino2013-03-112-9/+9
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Server] Make service name a constantRegis Merlino2013-03-011-1/+3
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Tests] Move dms-info build output to test/dbusRegis Merlino2013-02-261-11/+0
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Init] Add initial source codeRegis Merlino2013-02-254-0/+149
Signed-off-by: Regis Merlino <regis.merlino@intel.com>