Rex Dieter cb8171b
--- a/Makefile.am
Rex Dieter cb8171b
+++ b/Makefile.am
Rex Dieter cb8171b
@@ -1,4 +1,4 @@
Rex Dieter cb8171b
 AUTOMAKE_OPTIONS = foreign
Rex Dieter cb8171b
-SUBDIRS = src art fonts models
Rex Dieter cb8171b
+SUBDIRS = src art models
Rex Dieter cb8171b
 doc_DATA = README AUTHORS COPYING INSTALL NEWS ChangeLog
Rex Dieter cb8171b
 
Rex Dieter cb8171b
--- a/configure.ac
Rex Dieter cb8171b
+++ b/configure.ac
Rex Dieter cb8171b
@@ -73,11 +73,9 @@
Rex Dieter cb8171b
 AC_SUBST(bcdatadir, "${datadir}/brutalchess/", "Prefix")
Rex Dieter cb8171b
 AC_SUBST(modelsdir, "${bcdatadir}/models/", "Models")
Rex Dieter cb8171b
 AC_SUBST(artdir, "${bcdatadir}/art/", "Art")
Rex Dieter cb8171b
-AC_SUBST(fontsdir, "${bcdatadir}/fonts/", "Fonts")
Rex Dieter cb8171b
 
Rex Dieter cb8171b
 AC_CONFIG_FILES([Makefile 
Rex Dieter cb8171b
 			src/Makefile
Rex Dieter cb8171b
 			art/Makefile
Rex Dieter cb8171b
-			fonts/Makefile
Rex Dieter cb8171b
 			models/Makefile])
Rex Dieter cb8171b
 AC_OUTPUT