Go to file
Niels De Graef b19c309096 Add build support for Meson
To build with meson, use the following commands:

```
$ meson build
$ ninja -C build
 # in case you want to install
$ ninja -C build install
```
2019-01-19 21:03:56 +00:00
build build: update tap scripts 2018-08-28 11:27:27 +02:00
docs Add build support for Meson 2019-01-19 21:03:56 +00:00
egg Add build support for Meson 2019-01-19 21:03:56 +00:00
libsecret Add build support for Meson 2019-01-19 21:03:56 +00:00
po Add build support for Meson 2019-01-19 21:03:56 +00:00
tool Add build support for Meson 2019-01-19 21:03:56 +00:00
.dir-locals.el build: Add .dir-locals.el for Emacs 2018-07-20 10:54:30 +02:00
.gitignore Makefile.am: Add check-memory target for valgrind testing 2014-03-05 12:59:46 +01:00
.gitlab-ci.yml gitlab-ci: Run "dnf upgrade" before installing packages 2018-07-24 16:14:03 +02:00
AUTHORS Initial module setup. Implement GSecretData 2011-08-08 17:43:47 +02:00
autogen.sh Migrate from intltool to gettext. 2018-06-09 05:52:31 +00:00
ChangeLog Rename gsecret to libsecret 2012-02-03 20:44:46 +01:00
configure.ac Add support for g_autoptr() to our types 2019-01-19 12:42:33 +00:00
COPYING Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
COPYING.TESTS Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
libsecret.doap Replace Bugzilla by Gitlab URL in DOAP file 2018-12-14 12:03:19 +01:00
Makefile.am Makefile.am: Start signing releases 2016-12-12 13:20:25 +01:00
meson_options.txt Add build support for Meson 2019-01-19 21:03:56 +00:00
meson.build Add build support for Meson 2019-01-19 21:03:56 +00:00
NEWS Bump version number 2018-12-29 07:07:49 +01:00
README Initial module setup. Implement GSecretData 2011-08-08 17:43:47 +02:00

GObject based library for accessing the Secret Service API.