mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +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)
|
AM_CFLAGS = $(PTHREAD_CFLAGS)
|
||||||
|
|
||||||
noinst_LIBRARIES = libdaemon.a
|
noinst_LIBRARIES = libdaemon.a
|
||||||
|
|
Loading…
Reference in a new issue