diff --git a/ChangeLog b/ChangeLog index 89814f2..e612b84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ Version 1.8.0 ******************************************************************************* +2010-09-18 Chandra Penke + + This is a minor build fix. The new Template*.h files added in the latest + code need to be exported. Patch against the latest sources is attached. + 2010-08-22 Marcelo Jimenez * upnp/src/api/Discovery.c: Fix a serious bug and memory leak in UpnpDiscovery_strcpy_DeviceType(). Thanks to David Blanchet for the diff --git a/upnp/Makefile.am b/upnp/Makefile.am index a46a8f7..4376ad4 100644 --- a/upnp/Makefile.am +++ b/upnp/Makefile.am @@ -28,6 +28,9 @@ upnpinclude_HEADERS = \ inc/StateVarComplete.h \ inc/StateVarRequest.h \ inc/SubscriptionRequest.h \ + inc/TemplateInclude.h \ + inc/TemplateSource.h \ + inc/TemplateUndef.h \ inc/UpnpString.h \ inc/upnp.h \ inc/upnpdebug.h \