aboutsummaryrefslogtreecommitdiff
path: root/tests/enet/libenet.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/enet/libenet.pc.in')
-rw-r--r--tests/enet/libenet.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/enet/libenet.pc.in b/tests/enet/libenet.pc.in
new file mode 100644
index 00000000..7af85adb
--- /dev/null
+++ b/tests/enet/libenet.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @PACKAGE_NAME@
+Description: Low-latency UDP networking library supporting optional reliability
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lenet