summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/Makefile.am b/tool/Makefile.am
index c461c73..691d27f 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
INCLUDES = \
-I$(top_srcdir) \
- -I$(top_srcdir)/library \
+ -I$(top_srcdir)/libsecret \
-DSECRET_COMPILATION \
$(NULL)
@@ -12,4 +12,4 @@ secret_tool_SOURCES = \
secret-tool.c
secret_tool_LDADD = \
- $(top_builddir)/library/libsecret-0.la
+ $(top_builddir)/libsecret/libsecret-0.la