From 014ee9d35c20e8ce49d8a83255a27aa7689df581 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sat, 16 Feb 2013 09:11:47 -0800 Subject: [PATCH] Fix build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index bb6844399..69eebd1e4 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ all: \ .INTERMEDIATE iD.js: \ js/lib/bootstrap-tooltip.js \ js/lib/d3.v3.js \ + js/lib/d3.combobox.js \ js/lib/d3.geo.tile.js \ js/lib/d3.keybinding.js \ js/lib/d3.one.js \ @@ -50,6 +51,7 @@ all: \ js/id/svg/*.js \ js/id/ui.js \ js/id/ui/*.js \ + js/id/presetdata.js \ js/id/validate.js \ js/id/end.js \ js/lib/locale.js \