From 55d1e4af718ab783221d8de17699b2a626008f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 7 Apr 2005 21:26:28 +0000 Subject: [PATCH] wrong examplesdir --- mrw/makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mrw/makefile.am b/mrw/makefile.am index 0c939bf..065264d 100644 --- a/mrw/makefile.am +++ b/mrw/makefile.am @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.27 2005/04/07 21:26:28 marc +## wrong examplesdir +## ## Revision 1.26 2005/04/07 20:58:57 marc ## Oops, there's a make distcheck...? Now it works. ## documentation is now generated in root dir, no more in mrw subdir @@ -103,7 +106,7 @@ endif CLEANFILES = doxygen.errors functiontrace_test.log \ mrwautofunctiontracelog4cxx_test.log \ mrwautofunctiontracelog4cxx_test-mt.log -examplesdir = ${pkgdatadir}/mrw/examples +examplesdir = ${pkgdatadir}/examples dist_examples_DATA = ${top_srcdir}/mrw/examples/* htmldir = ${pkgdatadir}/doc/html dist_html_DATA = ${top_builddir}/doc/html/index.html