From e4bcf18599841525d414675a807e10056eda861e Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sun, 10 Jun 2007 19:20:33 +0000 Subject: [PATCH] Fix for "make dist". git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@209 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- upnp/sample/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/upnp/sample/Makefile.am b/upnp/sample/Makefile.am index 75fad68..590a5e3 100644 --- a/upnp/sample/Makefile.am +++ b/upnp/sample/Makefile.am @@ -79,8 +79,9 @@ endif EXTRA_DIST = \ - tvdevice/web/tvcontrolSCPD.xml \ - tvdevice/web/tvdevicedesc.xml \ - tvdevice/web/tvdevicepres.html \ - tvdevice/web/tvpictureSCPD.xml + web/tvcombodesc.xml \ + web/tvcontrolSCPD.xml \ + web/tvdevicedesc.xml \ + web/tvdevicepres.html \ + web/tvpictureSCPD.xml