Skip to content

Commit 8f8d10d

Browse files
committed
Add libreadtags-uninstalled.pc.in
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
1 parent 5498789 commit 8f8d10d

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- support cmake as a build system (ParticleG <particle_g@outlook.com>)
44

5+
- add libreadtags-uninstalled.pc.in.
6+
57
# Version 0.3.0
68

79
- fix calls to ctype functions (Colomban Wendling <ban@herbesfolles.org>)

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ AC_PROG_CC_C99
5959

6060
AC_CONFIG_FILES([Makefile
6161
libreadtags.pc
62+
libreadtags-uninstalled.pc
6263
tests/Makefile])
6364
AC_OUTPUT

libreadtags-uninstalled.pc.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
abs_top_srcdir=@abs_top_srcdir@
2+
abs_top_builddir=@abs_top_builddir@
3+
4+
prefix=
5+
exec_prefix=
6+
libdir=${abs_top_builddir}
7+
includedir=${abs_top_builddir}
8+
9+
Name: libreadtags Uninstalled
10+
Description: a library for looking up tag entries in tag files (Uninstalled)
11+
Version: @VERSION@
12+
Requires:
13+
Libs: -L${libdir} -lreadtags
14+
Cflags: -I${includedir}

0 commit comments

Comments
 (0)