summaryrefslogtreecommitdiffstats
path: root/devel/dconf/files/patch-test_Makefile.am
blob: a3288f9e607a8ad66c78c30cce6db6a449755dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- tests/Makefile.orig.am  2013-03-26 21:34:03.467621533 +0100
+++ tests/Makefile.am   2013-03-26 21:34:43.396618710 +0100
@@ -28,8 +28,7 @@
 shm_CFLAGS = $(glib_CFLAGS)
 shm_LDADD = \
    ../shm/libdconf-shm.a           \
-   $(glib_LIBS)                \
-   -ldl
+   $(glib_LIBS)
 shm_SOURCES = \
    shm.c                   \
    tmpdir.h                \
@@ -79,7 +78,7 @@
    ../common/libdconf-common.a     \
    libdconf-mock.a             \
    $(glib_LIBS)                \
-   -ldl -lm
+   -lm
 engine_SOURCES = engine.c
 EXTRA_DIST += \
    profile/broken-profile          \