Skip to content

Commit

Permalink
fix libkqueue.pc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mheily committed Mar 10, 2014
1 parent 9174cfc commit c15355a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-03-09 v2.0.3
------------------------------------------------------------------------

* Fix the generation of libkqueue.pc

2014-02-23 v2.0.2
------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([libkqueue], [2.0.2])
AC_INIT([libkqueue], [2.0.3])
LT_INIT
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
Expand Down
4 changes: 4 additions & 0 deletions libkqueue.pc.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libkqueue
Description: Emulates FreeBSD kqueue(2) on other platforms
Expand Down

0 comments on commit c15355a

Please sign in to comment.