From 339de167c71264c18775d96160d1504192a89d11 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 12 Sep 2017 17:01:57 -0400 Subject: [fc-query] Fix linking order --- fc-query/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc-query') diff --git a/fc-query/Makefile.am b/fc-query/Makefile.am index 6e8ef5c..6fe357b 100644 --- a/fc-query/Makefile.am +++ b/fc-query/Makefile.am @@ -41,7 +41,7 @@ EXTRA_DIST=fc-query.sgml $(BUILT_MANS) CLEANFILES = -fc_query_LDADD = $(FREETYPE_LIBS) ${top_builddir}/src/libfontconfig.la +fc_query_LDADD = ${top_builddir}/src/libfontconfig.la $(FREETYPE_LIBS) if USEDOCBOOK -- cgit v1.2.1