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.
This commit is contained in:
Marcelo Roberto Jimenez 2011-02-08 21:37:13 -02:00
parent 74665acd57
commit bab22c694b
2 changed files with 15 additions and 2 deletions

View File

@ -2,6 +2,14 @@
Version 1.6.12
*******************************************************************************
2011-02-08 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
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

View File

@ -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