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 | |
parent | 649aacfa4bc49efb7387b5ebd434ce26d2f827d4 (diff) |
Fix the .pc file and install it.
-rw-r--r-- | Makefile.am | 5 | ||||
-rw-r--r-- | rest.pc.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8d65a55..2b15f26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,6 @@ SUBDIRS = rest examples + +pkgconfig_DATA = rest.pc +pkgconfigdir = $(libdir)/pkgconfig + +EXTRADIST = rest.pc.in @@ -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 |