From bab22c694ba0af2ad75beeab62acd00dd4da267b Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Tue, 8 Feb 2011 21:37:13 -0200 Subject: [PATCH] Undo the "incorrectly exported include files". Legacy applications like linux-igd and igd2-for-linux are using those API to create a thread pool for managing their GENA events. Leave it to be reworked in 1.8.x. --- ChangeLog | 8 ++++++++ threadutil/Makefile.am | 9 +++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dacb236..9a5fabd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ Version 1.6.12 ******************************************************************************* +2011-02-08 Marcelo Roberto Jimenez + + Undo the "incorrectly exported include files". + + Legacy applications like linux-igd and igd2-for-linux are using those + API to create a thread pool for managing their GENA events. + + Leave it to be reworked in 1.8.x. ******************************************************************************* Version 1.6.11 diff --git a/threadutil/Makefile.am b/threadutil/Makefile.am index 0e50c5b..a4ed325 100644 --- a/threadutil/Makefile.am +++ b/threadutil/Makefile.am @@ -28,6 +28,11 @@ libthreadutil_la_SOURCES = \ src/TimerThread.c upnpincludedir = $(includedir)/upnp -upnpinclude_HEADERS = \ - inc/ithread.h + +upnpinclude_HEADERS = \ + inc/ithread.h \ + inc/FreeList.h \ + inc/LinkedList.h \ + inc/ThreadPool.h \ + inc/TimerThread.h