]> git.draconx.ca Git - upkg.git/commitdiff
build: Add libuobject.pc
authorNick Bowler <nbowler@draconx.ca>
Fri, 28 Aug 2009 04:36:02 +0000 (00:36 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 28 Aug 2009 04:36:02 +0000 (00:36 -0400)
.gitignore
configure.ac
libuobject.pc.in [new file with mode: 0644]

index 2135c03c0ec2ae061ab347b194742d866f5b2662..cf8d479f3a16d82c05de60a37b081cefe1eb2af3 100644 (file)
@@ -20,3 +20,4 @@ mkinstalldirs
 stamp-h1
 compile
 upkg
+libuobject.pc
index d17e17fb620df711a8167e3bbb6eb6de7ed4de61..ed1e5de84a9f48c6690bff3fdaa381960d1e719f 100644 (file)
@@ -64,5 +64,6 @@ AC_CONFIG_FILES([
        libltdl/Makefile
        lib/Makefile
        src/Makefile
+       libuobject.pc
 ])
 AC_OUTPUT
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}