diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ LDFLAGS := -ldl CFLAGS += $(shell pkg-config --cflags sqlite3 libsodium) LDFLAGS += $(shell pkg-config --libs sqlite3 libsodium) +ifneq ($(NO_FIREBASE),) + CFLAGS += -DNO_FIREBASE +endif + TARGETS := tomsg_server TEST_TARGET := test/main |