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:
Mike Frysinger 2014-06-13 16:08:04 -04:00 committed by Azat Khuzhin
parent fb42e0fac6
commit 731469b33a
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -10,7 +10,7 @@ Description: libevent is an asynchronous notification event loop library
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -levent
Libs: -L${libdir} -levent_core -levent_extra
Libs.private: @LIBS@
Cflags: -I${includedir}