# HG changeset patch # User Richard Laager # Date 1171040906 0 # Node ID 32f954e8d8aa7cb919f28e9128fca52cf03b396f # Parent 77b56a42ec25e379da284fb8c95947bbf7ae78e6 We're getting warnings about not honoring datarootdir, so I figured I'd add it. I'm not sure what that might break, but this stuff will be getting reviewed when it's renamed anyway. diff -r 77b56a42ec25 -r 32f954e8d8aa console/libgnt/gnt.pc.in --- a/console/libgnt/gnt.pc.in Fri Feb 09 16:55:06 2007 +0000 +++ b/console/libgnt/gnt.pc.in Fri Feb 09 17:08:26 2007 +0000 @@ -2,6 +2,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +datarootdir=@datarootdir@ datadir=@datadir@ sysconfdir=@sysconfdir@ diff -r 77b56a42ec25 -r 32f954e8d8aa gaim.pc.in --- a/gaim.pc.in Fri Feb 09 16:55:06 2007 +0000 +++ b/gaim.pc.in Fri Feb 09 17:08:26 2007 +0000 @@ -2,6 +2,7 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +datarootdir=@datarootdir@ datadir=@datadir@ sysconfdir=@sysconfdir@