aboutsummaryrefslogtreecommitdiff
path: root/libevent_core.pc.in
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2017-08-10 12:30:25 -0700
committerJosh Gao <jmgao@google.com>2017-08-10 12:30:47 -0700
commit83a0c9c65a60a92d3ea5542596b3ba56db492c37 (patch)
tree64bb0c050c4db9ad9d721e05e3e199bfd02e60b0 /libevent_core.pc.in
parentaf241a5c8c2cde0fab7d7d563276c1095b00e3b4 (diff)
downloadlibevent-83a0c9c65a60a92d3ea5542596b3ba56db492c37.tar.gz
Revert "Upgrade to 2.1.8-stable (2017-01-22)." and "Probably Mac build fix?"android-o-iot-preview-5o-iot-preview-5
This reverts commits 2a572d125a91a4aafd3ad8ce87259fc640fa0763 and af241a5c8c2cde0fab7d7d563276c1095b00e3b4, which break tombstoned. Bug: http://b/64543673 Test: manual + treehugger
Diffstat (limited to 'libevent_core.pc.in')
-rw-r--r--libevent_core.pc.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/libevent_core.pc.in b/libevent_core.pc.in
deleted file mode 100644
index 98ab1ef..0000000
--- a/libevent_core.pc.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#libevent pkg-config source file
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libevent_core
-Description: libevent_core
-Version: @VERSION@
-Requires:
-Conflicts:
-Libs: -L${libdir} -levent_core
-Libs.private: @LIBS@
-Cflags: -I${includedir}
-