summaryrefslogtreecommitdiff
path: root/libevent.pc.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-06-13 16:08:04 -0400
committerAzat Khuzhin <a3at.mail@gmail.com>2018-10-28 03:09:47 +0300
commit731469b33a683b359783b4658994081971e8f474 (patch)
treea533f06d6216ff22b2c530fd76fffa3ef41e9ae3 /libevent.pc.in
parentfb42e0fac60d31e081cce4c19df6061bcb56df20 (diff)
downloadlibevent-731469b33a683b359783b4658994081971e8f474.tar.gz
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
Diffstat (limited to 'libevent.pc.in')
-rw-r--r--libevent.pc.in2
1 files changed, 1 insertions, 1 deletions
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}