libsecret/egg
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
..
egg-dh.c DH: Ensure that generated secret occupies the same number of bytes as prime. 2017-02-28 12:40:30 +01:00
egg-dh.h Fix license header issues 2012-03-31 15:33:25 +02:00
egg-hex.c egg-hex: Bring over changes from gnome-keyring and gcr 2012-11-07 23:15:44 +01:00
egg-hex.h egg-hex: Bring over changes from gnome-keyring and gcr 2012-11-07 23:15:44 +01:00
egg-hkdf.c Fix incorrect loop condition in egg_hkdf_perform() 2012-10-23 21:41:38 +02:00
egg-hkdf.h Fix license header issues 2012-03-31 15:33:25 +02:00
egg-libgcrypt.c egg: Accomodate thread-safe libgcrypt 1.6+ 2014-09-09 15:18:33 +02:00
egg-libgcrypt.h Fix license header issues 2012-03-31 15:33:25 +02:00
egg-secure-memory.c egg: Fix null termination behavior of egg_secure_strndup() 2018-03-29 11:31:31 +02:00
egg-secure-memory.h Add build support for Meson 2019-01-19 21:03:56 +00:00
egg-testing.c More reliable means of checking if object was finalized 2013-08-15 10:04:30 +02:00
egg-testing.h More reliable means of checking if object was finalized 2013-08-15 10:04:30 +02:00
Makefile.am Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
meson.build Add build support for Meson 2019-01-19 21:03:56 +00:00
test-dh.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-hex.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-hkdf.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00
test-secmem.c Makefile.am: Use a single Makefile.am and parallel tests 2014-03-04 12:57:19 +01:00