diff options
author | Nikias Bassen | 2020-06-08 23:39:25 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-08 23:39:25 +0200 |
commit | 60563619921981bbc76ffc4647f89542d3b3f107 (patch) | |
tree | f1690d09eb057d12b88c3e41ab399938b1fd8a6e /libusbmuxd.pc.in | |
parent | 11771bf25b2fce2b0f226658388c4100871e5d9d (diff) | |
download | libusbmuxd-60563619921981bbc76ffc4647f89542d3b3f107.tar.gz libusbmuxd-60563619921981bbc76ffc4647f89542d3b3f107.tar.bz2 |
Move pkg-config file into src dir and rename it to include major version as standard recommends
Diffstat (limited to 'libusbmuxd.pc.in')
-rw-r--r-- | libusbmuxd.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libusbmuxd.pc.in b/libusbmuxd.pc.in deleted file mode 100644 index 3385bc9..0000000 --- a/libusbmuxd.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: @PACKAGE_NAME@ -Description: A library to communicate with the usbmux daemon -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lusbmuxd -Cflags: -I${includedir} -Requires.private: libplist >= @LIBPLIST_VERSION@
\ No newline at end of file |