summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-13 13:24:34 +0200
committerStef Walter <stefw@gnome.org>2012-07-13 13:24:34 +0200
commit77f8368a3ad34e16faab5e467b4024861ad4a8be (patch)
tree169461a7c54f371e9baf99deecd1f5b6a0aff5c6
parent83c8674a03bb3373daa63be3eb44385d10bff968 (diff)
downloadlibsecret-77f8368a3ad34e16faab5e467b4024861ad4a8be.tar.gz
Install headers to libsecret-1 instead of secret-1
* Clearer and more consistent
-rw-r--r--libsecret/Makefile.am2
-rw-r--r--libsecret/libsecret.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am
index 115ce48..26ac64d 100644
--- a/libsecret/Makefile.am
+++ b/libsecret/Makefile.am
@@ -18,7 +18,7 @@ INCLUDES = \
lib_LTLIBRARIES = libsecret-@SECRET_MAJOR@.la
-incdir = $(includedir)/secret-@SECRET_MAJOR@/libsecret
+incdir = $(includedir)/libsecret-@SECRET_MAJOR@/libsecret
HEADER_FILES = \
secret.h \
diff --git a/libsecret/libsecret.pc.in b/libsecret/libsecret.pc.in
index a42b3b9..0c342ef 100644
--- a/libsecret/libsecret.pc.in
+++ b/libsecret/libsecret.pc.in
@@ -11,4 +11,4 @@ Description: GObject bindings for Secret Service API
Version: @VERSION@
Requires: glib-2.0 gobject-2.0 gio-2.0
Libs: -L${libdir} -lsecret-@SECRET_MAJOR@
-Cflags: -I${includedir}/secret-@SECRET_MAJOR@
+Cflags: -I${includedir}/libsecret-@SECRET_MAJOR@