mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 20:58:52 +00:00
b72048c920
Allow parallel building and testing by using a single Makefile.am Implement parallel testing using TAP, with various drivers and compilers living in the build/ directory. Fix all sorts of issues that this caused, including builddir != srcdir, leaks in tests and so on. It would have been nice to break out all the above into separate commits ... blush.
8 lines
125 B
Makefile
8 lines
125 B
Makefile
bin_PROGRAMS += secret-tool
|
|
|
|
secret_tool_SOURCES = \
|
|
tool/secret-tool.c
|
|
|
|
secret_tool_LDADD = \
|
|
libsecret-@SECRET_MAJOR@.la
|