Skip to content
Commit 1d4e922f authored by Phillip Wood's avatar Phillip Wood
Browse files

Use non recursive make

Non recursive make is more robust and efficient. It will also make it
simpler to use vala in the future as we wont need to create a separate
vapi file for the code in each subdirectory.

Libtool is no longer used for the build (libjuicer needs some work to
use opaque data structures and have its own translation domain before it
can be installed as a shared library). Not using libtool means that the
object file dependencies of tests need to be manually added but has the
benefit that are only rebuilt if their specific dependencies have
changed which means one can lazily rerun only the updated tests with

env RECHECK_LOGS= make -e check

sound-juicer is now built in the root directory, data file paths have
been updated to allow uninstalled running from that directory.

https://bugzilla.gnome.org/show_bug.cgi?id=741288
parent f434b73a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment