Add BITLBEE_LIBS to discord_la_LDFLAGS

This allows people to build on Cygwin.
This commit is contained in:
Alex Schroeder 2020-01-27 10:53:39 +01:00
parent bc967eb6ab
commit d4760a8d2d
1 changed files with 3 additions and 2 deletions

View File

@ -23,9 +23,10 @@ discord_la_CFLAGS = \
-std=c99
discord_la_LDFLAGS = \
$(BITLBEE_LIBS) \
$(GLIB_LIBS) \
-module \
-avoid-version \
$(GLIB_LIBS)
-avoid-version
discord_la_SOURCES = \
discord.c \