Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Libump
Commits
801befc0
Commit
801befc0
authored
Oct 20, 2013
by
Luc Verhaegen
Browse files
add a pkg-config file
Signed-off-by:
Luc Verhaegen
<
libv@skynet.be
>
parent
1c1f6337
Changes
3
Show whitespace changes
Inline
Side-by-side
Makefile.am
View file @
801befc0
SUBDIRS
=
src
pkgconfigdir
=
$(libdir)
/pkgconfig
pkgconfig_DATA
=
libump.pc
$(pkgconfig_DATA)
:
libump.pc.in
configure.ac
View file @
801befc0
...
...
@@ -41,6 +41,7 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
src/ump.h
libump.pc
])
AC_OUTPUT
libump.pc.in
0 → 100644
View file @
801befc0
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment