Merge pull request #200 from kensanata/cygwin

Add BITLBEE_LIBS to discord_la_LDFLAGS
This commit is contained in:
Artem Savkov 2020-01-27 11:45:51 +01:00 committed by GitHub
commit b26bc599e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \