Skip to content

Commit

Permalink
Move telegram mongo code; fix telegram plugin build without mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
vvd170501 committed Dec 29, 2022
1 parent d482fb4 commit a5e4726
Show file tree
Hide file tree
Showing 15 changed files with 1,737 additions and 1,975 deletions.
4 changes: 0 additions & 4 deletions plugins/telegram/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@ EXTRALIBS=
CCOMPFLAGS=-D_GNU_SOURCE -std=gnu11
LDCOMPFLAGS=

ifneq ($(MONGO_EXISTS)$(MONGOC_EXISTS),)
ifneq ($(MYSQL_LIBS),)
include main.make
else
include empty.make
endif
else
include empty.make
endif
Loading

0 comments on commit a5e4726

Please sign in to comment.