diff options
author | Mark Ryan <mark.d.ryan@intel.com> | 2012-09-14 17:06:27 +0200 |
---|---|---|
committer | Mark Ryan <mark.d.ryan@intel.com> | 2012-09-14 17:06:27 +0200 |
commit | a4715d2e8aa44865a0b11fd0ac27ae7049cf5170 (patch) | |
tree | 44ad3fdd902545b93cb2ada1b643016accc0d0bb /gupnp-av-1.0.pc.in | |
download | GUPnP-AV-a4715d2e8aa44865a0b11fd0ac27ae7049cf5170.tar.gz GUPnP-AV-a4715d2e8aa44865a0b11fd0ac27ae7049cf5170.tar.bz2 GUPnP-AV-a4715d2e8aa44865a0b11fd0ac27ae7049cf5170.zip |
Initial submission of GUPnP-AV to Tizen IVIsubmit/trunk/20120924.173142accepted/trunk/20120924.1713471.0_branch1.0
Diffstat (limited to 'gupnp-av-1.0.pc.in')
-rw-r--r-- | gupnp-av-1.0.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gupnp-av-1.0.pc.in b/gupnp-av-1.0.pc.in new file mode 100644 index 0000000..7075ea9 --- /dev/null +++ b/gupnp-av-1.0.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gupnp-av-1.0 +Description: GObject-based AV specific UPnP library +Version: @VERSION@ +Libs: -L${libdir} -lgupnp-av-1.0 +Cflags: -I${includedir}/gupnp-av-1.0 +Requires: gupnp-1.0 |