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