diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-02 14:20:37 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-02 18:16:52 +0100 |
commit | d79fc2ffcd9802d927f82f014c2b13c7eb8cc873 (patch) | |
tree | e8f9c5946fe734462ee7a731a25c6f0f4d790ae7 /lib/tevent | |
parent | 227f799dee4e59479612bcb3dc96231589515051 (diff) | |
download | samba-d79fc2ffcd9802d927f82f014c2b13c7eb8cc873.tar.gz samba-d79fc2ffcd9802d927f82f014c2b13c7eb8cc873.tar.bz2 samba-d79fc2ffcd9802d927f82f014c2b13c7eb8cc873.zip |
tevent: rename events => tevent in tevent.pc
metze
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/tevent.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent.pc.in b/lib/tevent/tevent.pc.in index afd9fcc279..93d0cf5d8b 100644 --- a/lib/tevent/tevent.pc.in +++ b/lib/tevent/tevent.pc.in @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: events +Name: tevent Description: An event system library Version: @PACKAGE_VERSION@ Libs: -L${libdir} -ltevent |