mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
libevent.pc: link against core/extra
Since we want people to stop using -levent, have the pkg-config file also stop linking against that. This makes it easier to delete the libevent.so library entirely. Closes: #141
This commit is contained in:
parent
fb42e0fac6
commit
731469b33a
@ -10,7 +10,7 @@ Description: libevent is an asynchronous notification event loop library
|
|||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Conflicts:
|
Conflicts:
|
||||||
Libs: -L${libdir} -levent
|
Libs: -L${libdir} -levent_core -levent_extra
|
||||||
Libs.private: @LIBS@
|
Libs.private: @LIBS@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user