11524cc218
(fixes binutils-gold link failure) git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@550 119443c7-1b9e-41f8-b6fc-b9c35fce742c
12 lines
281 B
PkgConfig
12 lines
281 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libupnp
|
|
Description: Linux SDK for UPnP Devices
|
|
Version: @VERSION@
|
|
Libs: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml
|
|
Cflags: @PTHREAD_CFLAGS@ -I${includedir}/upnp
|
|
|