Fix for new paths

Add convenience makefile and autogen.sh
This commit is contained in:
Wim Taymans 2016-09-26 12:29:01 +02:00
parent 67dd3adb87
commit b9409e297b
8 changed files with 17 additions and 38 deletions

View file

@ -284,7 +284,7 @@ pinos_client_node_new (PinosDaemon *daemon,
g_return_val_if_fail (PINOS_IS_DAEMON (daemon), NULL);
if ((res = make_node (&n,
"spa/build/plugins/remote/libspa-remote.so",
"build/spa/plugins/remote/libspa-remote.so",
"proxy")) < 0) {
g_error ("can't create proxy: %d", res);
return NULL;