diff options
author | Stefan Walter <stefw@src.gnome.org> | 2007-12-05 14:57:01 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2007-12-05 14:57:01 +0000 |
commit | bf645a02360d2fa6cd3de05d6b97fee024d0affa (patch) | |
tree | 4a1d2e0a81571adb91a11ec2a2ff5fe20f3ec306 /pk | |
parent | 65e7c22fd32856b45c924e394a4d3732420640a7 (diff) |
Release gnome-keyring 2.21.3.2 with more build fixes so it builds in
* keyrings/Makefile.am:
* pk/Makefile.am:
* pkcs11/Makefile.am:
* pkcs11/gkr-pkcs11-module-export.map: (removed)
* ssh/Makefile.am:
* ui/Makefile.am:
* NEWS:
* configure.in: Release gnome-keyring 2.21.3.2 with more build
fixes so it builds in jhbuild
svn path=/trunk/; revision=949
Diffstat (limited to 'pk')
-rw-r--r-- | pk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/Makefile.am b/pk/Makefile.am index 98cb8eba..b283f18c 100644 --- a/pk/Makefile.am +++ b/pk/Makefile.am @@ -7,6 +7,7 @@ INCLUDES= \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir) \ -I$(top_builddir) \ + $(DAEMON_CFLAGS) \ $(GOBJECT_CFLAGS) \ $(GLIB_CFLAGS) |