From 77f8368a3ad34e16faab5e467b4024861ad4a8be Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 13 Jul 2012 13:24:34 +0200 Subject: [PATCH] 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@ -- 2.7.4