diff options
author | Rob Bradford <rob@linux.intel.com> | 2008-09-03 17:41:13 +0100 |
---|---|---|
committer | Rob Bradford <rob@linux.intel.com> | 2008-09-03 17:41:13 +0100 |
commit | 7d54d81e78ec7b59edfb5dc0ab5ac0375e9e52ed (patch) | |
tree | ef8cc607f3fb95aabe6adac6630d944cdaad7ad2 /rest.pc.in | |
parent | 649aacfa4bc49efb7387b5ebd434ce26d2f827d4 (diff) | |
download | librest-7d54d81e78ec7b59edfb5dc0ab5ac0375e9e52ed.tar.gz |
Fix the .pc file and install it.
Diffstat (limited to 'rest.pc.in')
-rw-r--r-- | rest.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@ +includedir=@includedir@/rest Name: rest Description: RESTful web api query library Version: @VERSION@ Libs: -L${libdir} -lrest Cflags: -I${includedir} -Requires: glib-2.0 libsoup-2.4 +Requires: glib-2.0 libsoup-2.4 libxml-2.0 json-glib-1.0 |