]> git.wh0rd.org - fontconfig.git/blobdiff - fc-list/Makefile.am
Distribute man source files for command line programs (bug 9678).
[fontconfig.git] / fc-list / Makefile.am
index 1a50948fb31cd6fa6ff8e57edeeffe3de0c79c19..93867b7ced6ee68bfbcd72ddcb9b829344c43b68 100644 (file)
@@ -1,7 +1,7 @@
 # 
 #  $Id$
 # 
-#  Copyright © 2003 Keith Packard
+#  Copyright Â© 2003 Keith Packard
 # 
 #  Permission to use, copy, modify, distribute, and sell this software and its
 #  documentation for any purpose is hereby granted without fee, provided that
@@ -31,15 +31,14 @@ bin_PROGRAMS=fc-list
 
 INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
 
-EXTRA_DIST=$(SGML)
+man_MANS=fc-list.1
 
-fc_list_LDADD = ${top_builddir}/src/libfontconfig.la
+EXTRA_DIST=fc-list.sgml $(man_MANS)
 
+fc_list_LDADD = $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) ${top_builddir}/src/libfontconfig.la
 
 if USEDOCBOOK
 
-man_MANS=fc-list.1
-
 ${man_MANS}: ${SGML}
        $(RM) $@
        $(DOC2MAN) ${SGML}