]> git.wh0rd.org - fontconfig.git/blobdiff - fc-list/Makefile.am
Update for version 2.4.2
[fontconfig.git] / fc-list / Makefile.am
index 1af8384c5e9fb233245df0861b00971a9a558989..88cbf6eb83188af48b39abac0cff8c828b8a2ce0 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
@@ -29,17 +29,16 @@ SGML = ${FC_LIST_SRC}/fc-list.sgml
 
 bin_PROGRAMS=fc-list
 
-man_MANS=fc-list.1
-
-INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS)
-
-EXTRA_DIST=$(SGML)
+INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
 
-fc_list_LDADD = ${top_builddir}/src/libfontconfig.la
+EXTRA_DIST=fc-list.sgml
 
+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}