mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
Add $(LIBEVENT_CPPFLAGS) to daemon's Makefile.am
This commit is contained in:
parent
3f163dad88
commit
44a61eced1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
AM_CPPFLAGS = -I@top_srcdir@
|
||||
AM_CPPFLAGS = -I@top_srcdir@ $(LIBEVENT_CPPFLAGS)
|
||||
AM_CFLAGS = $(PTHREAD_CFLAGS)
|
||||
|
||||
noinst_LIBRARIES = libdaemon.a
|
||||
|
|
Loading…
Reference in a new issue