Skip to content

Commit

Permalink
Add libreadtags-uninstalled.pc.in
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Sep 1, 2024
1 parent 5498789 commit 8f8d10d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- support cmake as a build system (ParticleG <[email protected]>)

- add libreadtags-uninstalled.pc.in.

# Version 0.3.0

- fix calls to ctype functions (Colomban Wendling <[email protected]>)
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ AC_PROG_CC_C99

AC_CONFIG_FILES([Makefile
libreadtags.pc
libreadtags-uninstalled.pc
tests/Makefile])
AC_OUTPUT
14 changes: 14 additions & 0 deletions libreadtags-uninstalled.pc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
abs_top_srcdir=@abs_top_srcdir@
abs_top_builddir=@abs_top_builddir@

prefix=
exec_prefix=
libdir=${abs_top_builddir}
includedir=${abs_top_builddir}

Name: libreadtags Uninstalled
Description: a library for looking up tag entries in tag files (Uninstalled)
Version: @VERSION@
Requires:
Libs: -L${libdir} -lreadtags
Cflags: -I${includedir}

0 comments on commit 8f8d10d

Please sign in to comment.