mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
12 lines
181 B
Makefile
12 lines
181 B
Makefile
bin_PROGRAMS += secret-tool
|
|
|
|
secret_tool_SOURCES = \
|
|
tool/secret-tool.c
|
|
|
|
secret_tool_LDADD = \
|
|
libsecret-@SECRET_MAJOR@.la
|
|
|
|
if WITH_GCRYPT
|
|
TESTS += tool/test-secret-tool.sh
|
|
endif
|