summaryrefslogtreecommitdiff
path: root/tagstats/Makefile
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-15 09:49:43 +0200
committerJochen Topf <jochen@topf.org>2014-05-15 09:49:43 +0200
commitcb992e81288282b4ceea1599fb6f633978060a50 (patch)
tree184a5bd624472661d88853b6b72fd941f6e40c66 /tagstats/Makefile
parent48e92622f92fd0dc8ddca415c61b44730b925abf (diff)
downloadtaginfo-cb992e81288282b4ceea1599fb6f633978060a50.tar
taginfo-cb992e81288282b4ceea1599fb6f633978060a50.tar.gz
Removed TAGSTATS_COUNT_USERS.
This preprocessor macro decided whether we wanted to count the different users using a key. This is now always on.
Diffstat (limited to 'tagstats/Makefile')
-rw-r--r--tagstats/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tagstats/Makefile b/tagstats/Makefile
index 3a64d8b..3cb90d5 100644
--- a/tagstats/Makefile
+++ b/tagstats/Makefile
@@ -28,7 +28,6 @@ BYID := $(shell ../bin/taginfo-config.rb tagstats.geodistribution)
BYID_LC := $(shell echo $(BYID) | sed -e 's/\([A-Z]\)/_\1/g' | cut -c2- | tr 'A-Z' 'a-z')
BYID_INCL := "<osmium/storage/byid/$(BYID_LC).hpp>"
-CXXFLAGS_FEATURES += -DTAGSTATS_COUNT_USERS
CXXFLAGS_FEATURES += -DTAGSTATS_COUNT_KEY_COMBINATIONS
CXXFLAGS_FEATURES += -DTAGSTATS_COUNT_TAG_COMBINATIONS
CXXFLAGS_FEATURES += -DTAGSTATS_GEODISTRIBUTION_INT=$(GEODISTRIBUTION_TYPE)