From: Stef Walter Date: Fri, 13 Jul 2012 11:24:34 +0000 (+0200) Subject: Install headers to libsecret-1 instead of secret-1 X-Git-Tag: upstream/0.13~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77f8368a3ad34e16faab5e467b4024861ad4a8be;p=platform%2Fupstream%2Flibsecret.git Install headers to libsecret-1 instead of secret-1 * Clearer and more consistent --- 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@