Remove Makefile.common files
[metze/wireshark/wip.git] / wireshark.pc.in
index 91bf28b77adb520fd76e93814df602973cc125fa..588917812b63efbb1aa6efa9430daa762eda388c 100644 (file)
@@ -1,14 +1,14 @@
-prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
-libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
 sharedlibdir=${libdir}
-includedir=${prefix}/include/wireshark
-plugindir=@PLUGIN_INSTALL_DIR@
+plugindir=@plugindir@
 
-Name: wireshark
-Description: wireshark network packet dissection library
-Version: @PROJECT_VERSION@
+Name: Wireshark
+Description: Network Packet Dissection Library
+Version: @VERSION@
 
-Requires:
-Libs: -L${libdir} -L${sharedlibdir} -lwireshark
-Cflags: -I${includedir}
+Requires: glib-2.0, gmodule-2.0, gthread-2.0
+Libs: -L${libdir} -lwireshark
+Cflags: -I${includedir}/wireshark