mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
(trunk utils) #3611 "utils doesn't use LIBEVENT_CFLAGS during compilation" -- fixed
This commit is contained in:
parent
f29cda25bc
commit
eb31da8fad
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
AM_CPPFLAGS = -I@top_srcdir@
|
AM_CPPFLAGS = -I@top_srcdir@
|
||||||
|
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
|
@LIBEVENT_CFLAGS@ \
|
||||||
@LIBCURL_CFLAGS@ \
|
@LIBCURL_CFLAGS@ \
|
||||||
@OPENSSL_CFLAGS@ \
|
@OPENSSL_CFLAGS@ \
|
||||||
@ZLIB_CFLAGS@ \
|
@ZLIB_CFLAGS@ \
|
||||||
|
|
Loading…
Reference in a new issue