From: Mike Frysinger Date: Fri, 13 Jun 2014 20:08:04 +0000 (-0400) Subject: libevent.pc: link against core/extra X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=731469b33a683b359783b4658994081971e8f474;p=libevent 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 --- diff --git a/libevent.pc.in b/libevent.pc.in index 7030884e..0a54926a 100644 --- a/libevent.pc.in +++ b/libevent.pc.in @@ -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}