Skip to content
Snippets Groups Projects
Commit da3d413d authored by Frederic Picca's avatar Frederic Picca
Browse files

* add the pkgconfig file

parent 92a4ce7d
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ AC_C_INLINE
# Checks for library functions.
AC_CONFIG_FILES([Makefile
utils.pc
include/Makefile
src/Makefile])
AC_OUTPUT
SUBDIRS = src include
EXTRA_DIST = utils.pc.in
pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = utils.pc
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: utils
Description: Library utils from soleil
Version: @VERSION@
URL: http://sourceforge.net/projects/tango-ds
Libs: -L${libdir} -lutils
Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment