[libsecret/wip/dueno/local-file: 2/5] autotools: Generate secret-tool executable in tool/
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret/wip/dueno/local-file: 2/5] autotools: Generate secret-tool executable in tool/
- Date: Fri, 11 Oct 2019 11:55:08 +0000 (UTC)
commit 590205126f3d65886057b22662188c352e4d34b2
Author: Daiki Ueno <dueno src gnome org>
Date: Tue Aug 20 10:15:14 2019 +0200
autotools: Generate secret-tool executable in tool/
This makes it consistent with meson build.
tool/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tool/Makefile.am b/tool/Makefile.am
index 422e0d3..2361311 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -1,7 +1,7 @@
-bin_PROGRAMS += secret-tool
+bin_PROGRAMS += tool/secret-tool
-secret_tool_SOURCES = \
+tool_secret_tool_SOURCES = \
tool/secret-tool.c
-secret_tool_LDADD = \
+tool_secret_tool_LDADD = \
libsecret-@SECRET_MAJOR@.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]