X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=d011fe41aaedfac50542701804d72f8c836ef8ab;hb=55f628fd2398b231159c148e1dee8302e255640e;hp=235336b7356f56a34da003b83ff2c3e58c3315db;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/Makefile b/Makefile index 235336b7..d011fe41 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,9 @@ THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/lib/codemirror.c THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/mode/sql/sql.js) # Mustache.js THIRD-PARTY-RESOURCES += $(shell ls third-party/mustache/mustache.js) - +# markerclustererplus for the googlemap plugin +THIRD-PARTY-RESOURCES += $(shell ls third-party/markerclusterer/markerclusterer.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/markerclusterer/markerclusterer_packed.js) thirdparty-js: @find $(THIRD-PARTY-RESOURCES) -name '*.js'