diff options
Diffstat (limited to 'protocols/Telegram/libevent/libevent.pc.in')
-rw-r--r-- | protocols/Telegram/libevent/libevent.pc.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/protocols/Telegram/libevent/libevent.pc.in b/protocols/Telegram/libevent/libevent.pc.in deleted file mode 100644 index 7030884eeb..0000000000 --- a/protocols/Telegram/libevent/libevent.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 -Description: libevent is an asynchronous notification event loop library -Version: @VERSION@ -Requires: -Conflicts: -Libs: -L${libdir} -levent -Libs.private: @LIBS@ -Cflags: -I${includedir} - |