]> git.draconx.ca Git - upkg.git/blobdiff - libuobject.pc.in
build: Add libuobject.pc
[upkg.git] / libuobject.pc.in
diff --git a/libuobject.pc.in b/libuobject.pc.in
new file mode 100644 (file)
index 0000000..2d08807
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+moduledir=${libdir}/@PACKAGE@
+includedir=@includedir@
+
+Name: UObject
+Description: Free implementation of Unreal Tournament's object system.
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -luobject -lupkg
+Cflags: -I${includedir}