Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libreadtags-uninstalled.pc.in #55

Merged
merged 1 commit into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}
Loading