Skip to content

Commit

Permalink
Merge pull request #55 from masatake/pc-uninstalled
Browse files Browse the repository at this point in the history
  Add libreadtags-uninstalled.pc.in
  • Loading branch information
masatake authored Sep 1, 2024
2 parents 5498789 + 8f8d10d commit 8609998
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 8609998

Please sign in to comment.