|
|
@@ -104,7 +104,7 @@ GO_SOURCES := $(wildcard *.go) |
|
|
|
GO_SOURCES += $(shell find $(GO_DIRS) -type f -name "*.go" -not -path modules/options/bindata.go -not -path modules/public/bindata.go -not -path modules/templates/bindata.go) |
|
|
|
|
|
|
|
ifeq ($(filter $(TAGS_SPLIT),bindata),bindata) |
|
|
|
GO_SOURCES += $(BINDATA_DEST); |
|
|
|
GO_SOURCES += $(BINDATA_DEST) |
|
|
|
endif |
|
|
|
|
|
|
|
GO_SOURCES_OWN := $(filter-out vendor/% %/bindata.go, $(GO_SOURCES)) |
|
|
|