$OpenBSD: patch-tests_Makefile_in,v 1.4 2013/07/17 05:54:36 ajacoutot Exp $

XXX fix and push upstream

--- tests/Makefile.in.orig	Tue Jul 16 18:43:49 2013
+++ tests/Makefile.in	Wed Jul 17 07:26:31 2013
@@ -405,8 +405,7 @@ changeset_SOURCES = changeset.c
 shm_CFLAGS = $(glib_CFLAGS)
 shm_LDADD = \
 	../shm/libdconf-shm.a			\
-	$(glib_LIBS)				\
-	-ldl
+	$(glib_LIBS)
 
 shm_SOURCES = \
 	shm.c					\
@@ -451,7 +450,7 @@ engine_LDADD = \
 	../common/libdconf-common.a		\
 	libdconf-mock.a				\
 	$(glib_LIBS)				\
-	-ldl -lm
+	-lm
 
 engine_SOURCES = engine.c
 client_CFLAGS = $(gio_CFLAGS) -DSRCDIR=\"$(abs_srcdir)\"
