]> git.wh0rd.org - fontconfig.git/blobdiff - fc-lang/Makefile.am
Change files from ISO-Latin-1 to UTF-8
[fontconfig.git] / fc-lang / Makefile.am
index 4fd0b3e40cb3ebd2e6229d9645d1f03f74e79f40..d9cd5d36b53da88e0d1ec8f99ae01a7019d422a8 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
@@ -22,7 +22,7 @@
 # PERFORMANCE OF THIS SOFTWARE.
 #
 
-INCLUDES=-I${top_srcdir}/src $(FREETYPE_CFLAGS)
+INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
 
 TMPL=fclang.tmpl.h
 STMPL=${top_srcdir}/fc-lang/fclang.tmpl.h
@@ -42,5 +42,4 @@ $(TARG):$(ORTH) fc-lang $(STMPL)
        rm -f $(TARG)
        ./fc-lang -d ${srcdir} $(ORTH) < $(STMPL) > $(TARG)
 
-clean::
-       $(RM) $(TARG)
+CLEANFILES=$(TARG)