From ba4ea3bc9b494c9cf494d9b0e93c265a29f56853 Mon Sep 17 00:00:00 2001 From: Chandra Penke Date: Thu, 16 Sep 2010 11:25:11 -0700 Subject: [PATCH] Export upnp/inc/Template*.h --- ChangeLog | 5 +++++ upnp/Makefile.am | 3 +++ 2 files changed, 8 insertions(+) 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 \