diff --git a/Makefile.am b/Makefile.am index c5e2cef..ce2abb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,6 @@ SUFFIXES = .scm .go $(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILE_TOOLS) compile $(GUILE_TARGET) $(GUILE_WARNINGS) -o "$@" "$<" SOURCES = geohash.scm \ - geohash/hconfig.go \ geohash/hconfig.scm TESTS = tests/geohash.scm diff --git a/hall.scm b/hall.scm index 4b7a356..02ae051 100644 --- a/hall.scm +++ b/hall.scm @@ -22,8 +22,7 @@ ((scheme-file "geohash") (directory "geohash" - ((compiled-scheme-file "hconfig") - (scheme-file "hconfig"))))) + ((scheme-file "hconfig"))))) (tests ((directory "tests" ((scheme-file "geohash"))))) (programs ((directory "scripts" ()))) (documentation