Fixed the file libupnp.pc.in to generate a correct path for the
include files. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@201 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
b614c81e94
commit
13ebb40e08
@ -2,6 +2,10 @@
|
|||||||
Version 1.4.7
|
Version 1.4.7
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2007-05-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
||||||
|
* Fixed the file libupnp.pc.in to generate a correct path for the
|
||||||
|
include files.
|
||||||
|
|
||||||
2007-05-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
2007-05-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
||||||
* Removing the Dbg_Level, InitLog, SetLogFileNames and CloseLog
|
* Removing the Dbg_Level, InitLog, SetLogFileNames and CloseLog
|
||||||
defines. These were just aliases, no reason to keep them.
|
defines. These were just aliases, no reason to keep them.
|
||||||
|
@ -7,6 +7,6 @@ Name: libupnp
|
|||||||
Description: Linux SDK for UPnP Devices
|
Description: Linux SDK for UPnP Devices
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml
|
Libs: @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml
|
||||||
Cflags: @PTHREAD_CFLAGS@ -I${includedir}
|
Cflags: @PTHREAD_CFLAGS@ -I${includedir}/upnp
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user