From 39b50ea455811e8dfe4a09ad02e5151e25124324 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 28 Aug 2009 00:36:02 -0400 Subject: [PATCH] build: Add libuobject.pc --- .gitignore | 1 + configure.ac | 1 + libuobject.pc.in | 11 +++++++++++ 3 files changed, 13 insertions(+) create mode 100644 libuobject.pc.in 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} -- 2.43.2