Permalink
Browse files
tests: Fix DSO Linking error when built with --as-needed
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
libappstream-builder/Makefile.am
|
|
@@ -101,6 +101,7 @@ check_PROGRAMS = \ |
|
|
asb_self_test_SOURCES = \
|
|
|
asb-self-test.c
|
|
|
asb_self_test_LDADD = \
|
|
|
+ $(AS_GLIB_LIBS) \
|
|
|
$(GLIB_LIBS) \
|
|
|
$(GDKPIXBUF_LIBS) \
|
|
|
$(SOUP_LIBS) \
|
|
|
|
0 comments on commit
8fea9d9