From 13ebb40e082e41711cd34ca4fbd161838eceb14f Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sat, 26 May 2007 01:58:13 +0000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ libupnp.pc.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2832d31..092de36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ Version 1.4.7 ******************************************************************************* +2007-05-25 Marcelo Jimenez + * Fixed the file libupnp.pc.in to generate a correct path for the + include files. + 2007-05-25 Marcelo Jimenez * Removing the Dbg_Level, InitLog, SetLogFileNames and CloseLog defines. These were just aliases, no reason to keep them. diff --git a/libupnp.pc.in b/libupnp.pc.in index 6de54b6..85f1ae8 100644 --- a/libupnp.pc.in +++ b/libupnp.pc.in @@ -7,6 +7,6 @@ Name: libupnp Description: Linux SDK for UPnP Devices Version: @VERSION@ Libs: @PTHREAD_LIBS@ -L${libdir} -lupnp -lthreadutil -lixml -Cflags: @PTHREAD_CFLAGS@ -I${includedir} +Cflags: @PTHREAD_CFLAGS@ -I${includedir}/upnp