diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-01-06 15:53:50 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-01-06 15:53:50 +0100 |
commit | a97c9bab4423d73c8b97bd6589bd1a7ff226cfc7 (patch) | |
tree | df1b2d9ee25da8dca7c62006d7ebc7ad1c0ee96d /lib | |
parent | db955fa7b9b8780a59a73f9a1a253366bd22d5c3 (diff) | |
download | samba-a97c9bab4423d73c8b97bd6589bd1a7ff226cfc7.tar.gz samba-a97c9bab4423d73c8b97bd6589bd1a7ff226cfc7.tar.bz2 samba-a97c9bab4423d73c8b97bd6589bd1a7ff226cfc7.zip |
Add dependency to talloc in tevent pc file.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.pc.in b/lib/tevent/tevent.pc.in index 93d0cf5d8b..b1dd439785 100644 --- a/lib/tevent/tevent.pc.in +++ b/lib/tevent/tevent.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: tevent Description: An event system library Version: @PACKAGE_VERSION@ +Requires: talloc Libs: -L${libdir} -ltevent Cflags: -I${includedir} URL: http://samba.org/ |