Install headers to libsecret-1 instead of secret-1
authorStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 11:24:34 +0000 (13:24 +0200)
committerStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 11:24:34 +0000 (13:24 +0200)
 * Clearer and more consistent

libsecret/Makefile.am
libsecret/libsecret.pc.in

index 115ce48..26ac64d 100644 (file)
@@ -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 \
index a42b3b9..0c342ef 100644 (file)
@@ -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@