Add dependency to talloc in tevent pc file.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 6 Jan 2009 14:53:50 +0000 (15:53 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 6 Jan 2009 14:53:50 +0000 (15:53 +0100)
lib/tevent/tevent.pc.in

index 93d0cf5d8b73e6efcc7eaec37d7d96928384cf74..b1dd43978556fb6069a73265566c780dbcf174bf 100644 (file)
@@ -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/