From c399cddb7920e8e2f2e9a6dd2b5eb5053cef051b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 17 Jan 2011 10:07:39 +0000 Subject: [PATCH] try to add missing directories svn: r16396 --- src/plugins/webstuff/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/webstuff/Makefile.am b/src/plugins/webstuff/Makefile.am index 4f7be29a8..21496c1c2 100644 --- a/src/plugins/webstuff/Makefile.am +++ b/src/plugins/webstuff/Makefile.am @@ -3,6 +3,10 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually +SUBDIRS = \ + css \ + images \ + DATAFILES = \ css/ancestortree.css \ css/behaviour.css \ @@ -23,6 +27,7 @@ DATAFILES = \ images/document.png \ images/favicon2.ico \ images/favicon.ico \ + images/somerights20.gif \ images/Web_Gender_Female.png \ images/Web_Gender_Male.png \ images/Web_Mainz_Bkgd.png \