From 731469b33a683b359783b4658994081971e8f474 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Jun 2014 16:08:04 -0400 Subject: [PATCH] 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 --- libevent.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}