libsecret/tool/Makefile.am
Stef Walter b72048c920 Makefile.am: Use a single Makefile.am and parallel tests
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.
2014-03-04 12:57:19 +01:00

8 lines
125 B
Makefile

bin_PROGRAMS += secret-tool
secret_tool_SOURCES = \
tool/secret-tool.c
secret_tool_LDADD = \
libsecret-@SECRET_MAJOR@.la