diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-09-12 17:01:57 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-09-12 17:01:57 -0400 |
commit | 339de167c71264c18775d96160d1504192a89d11 (patch) | |
tree | 4d3eb5da9f71c593c4cfecb893ad1a1646b78e12 /fc-query | |
parent | b56207a069be2574df455ede0a6ab61f44d5ca2b (diff) |
[fc-query] Fix linking order
Diffstat (limited to 'fc-query')
-rw-r--r-- | fc-query/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-query/Makefile.am b/fc-query/Makefile.am index 6e8ef5cc..6fe357b9 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 |