1
0
Fork 0
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:
Charles Kerr 2010-10-09 13:59:30 +00:00
parent f29cda25bc
commit eb31da8fad

View file

@ -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@ \