2006-05-25 Robert Love <rml@novell.com>

Patch Valentine Sinitsyn <e_val@inbox.ru> to fix GNOME bug #342400:
	* libnm-util/Makefile.am: Only build gnome-keyring-md5.{c,h} if we are
	  not using gcrypt.  Otherwise, we get a linker error.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1766 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-05-25 20:32:10 +00:00 committed by Robert Love
parent 0048177124
commit 8d78492fda
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-05-25 Robert Love <rml@novell.com>
Patch Valentine Sinitsyn <e_val@inbox.ru> to fix GNOME bug #342400:
* libnm-util/Makefile.am: Only build gnome-keyring-md5.{c,h} if we are
not using gcrypt. Otherwise, we get a linker error.
2006-05-25 Robert Love <rml@novell.com>
Patch Valentine Sinitsyn <e_val@inbox.ru> to fix GNOME bug #342398:

View file

@ -29,8 +29,6 @@ libnm_util_la_SOURCES= \
cipher-wpa-psk-hex.h \
cipher-wpa-psk-passphrase.c \
cipher-wpa-psk-passphrase.h \
gnome-keyring-md5.c \
gnome-keyring-md5.h \
dbus-helpers.c \
dbus-helpers.h \
sha1.c \