Commit 801befc0 authored by Luc Verhaegen's avatar Luc Verhaegen
Browse files

add a pkg-config file


Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
parent 1c1f6337
SUBDIRS = src
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libump.pc
$(pkgconfig_DATA): libump.pc.in
......@@ -41,6 +41,7 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
src/ump.h
libump.pc
])
AC_OUTPUT
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libump
Description: ARMs unified memory provider library
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}/ump
Libs: -L${libdir} -lUMP
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment