From: Nick Bowler Date: Fri, 28 Aug 2009 04:36:02 +0000 (-0400) Subject: build: Add libuobject.pc X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/39b50ea455811e8dfe4a09ad02e5151e25124324 build: Add libuobject.pc --- diff --git a/.gitignore b/.gitignore index 2135c03..cf8d479 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ mkinstalldirs stamp-h1 compile upkg +libuobject.pc diff --git a/configure.ac b/configure.ac index d17e17f..ed1e5de 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..2d08807 --- /dev/null +++ b/libuobject.pc.in @@ -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}