Install headers to libsecret-1 instead of secret-1

* Clearer and more consistent
This commit is contained in:
Stef Walter 2012-07-13 13:24:34 +02:00
parent 83c8674a03
commit 77f8368a3a
2 changed files with 2 additions and 2 deletions

View 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 \

View 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@