diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:48 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:48 +0000 |
commit | cf8fe83135aa761e384d38b94a27fb13983f46cf (patch) | |
tree | 685b44ea8fed3d19c06c7bb8a8fdad1e5397ca16 /trapproto.pc.in | |
parent | c08ebc530b4099b89ba3d2cef413c5cd1ca87052 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'trapproto.pc.in')
-rw-r--r-- | trapproto.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trapproto.pc.in b/trapproto.pc.in index b16767b..563d720 100644 --- a/trapproto.pc.in +++ b/trapproto.pc.in @@ -6,4 +6,5 @@ includedir=@includedir@ Name: TrapProto Description: Trap extension headers Version: @PACKAGE_VERSION@ +Requires: xt Cflags: -I${includedir} |