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:
parent
74665acd57
commit
bab22c694b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user