summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-13 10:32:36 +0200
committerStef Walter <stefw@gnome.org>2012-07-13 10:40:25 +0200
commit5cc30b2b68f551506bd9bbbe1306a24009e14eca (patch)
treec1695c2920e4cf8645ab6b4f7dc05a9514bb8356 /tool
parent931f677c7ac8af0a6ebed2e3ef7472a7076bc8be (diff)
downloadlibsecret-5cc30b2b68f551506bd9bbbe1306a24009e14eca.tar.gz
Rename the library subdirectory to libsecret
* Death by a thousand paper cuts from gir and vapi not liking the fact that the secret.h file was not usable uninstalled and installed in the same way.
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