mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Install headers to libsecret-1 instead of secret-1
* Clearer and more consistent
This commit is contained in:
parent
83c8674a03
commit
77f8368a3a
@ -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 \
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user