[libsecret] Install headers to libsecret-1 instead of secret-1
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret] Install headers to libsecret-1 instead of secret-1
- Date: Fri, 13 Jul 2012 11:33:59 +0000 (UTC)
commit 77f8368a3ad34e16faab5e467b4024861ad4a8be
Author: Stef Walter <stefw gnome org>
Date: Fri Jul 13 13:24:34 2012 +0200
Install headers to libsecret-1 instead of secret-1
* Clearer and more consistent
libsecret/Makefile.am | 2 +-
libsecret/libsecret.pc.in | 2 +-
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@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]