olena: olena-2.0-766-g314a240 Fix inclusion paths in Scribo.

* demo/viewer/Makefile.am: Here. --- scribo/ChangeLog | 6 ++++++ scribo/demo/viewer/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index ab98d1e..77ca627 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,9 @@ +2013-08-29 Roland Levillain <roland@lrde.epita.fr> + + Fix inclusion paths in Scribo. + + * demo/viewer/Makefile.am: Here. + 2013-08-27 Roland Levillain <roland@lrde.epita.fr> Use mln::math::pi instead of a macro-based definition in Scribo. diff --git a/scribo/demo/viewer/Makefile.am b/scribo/demo/viewer/Makefile.am index d79abcf..60a8fd5 100644 --- a/scribo/demo/viewer/Makefile.am +++ b/scribo/demo/viewer/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011 EPITA Research and Development +# Copyright (C) 2009, 2010, 2011, 2013 EPITA Research and Development # Laboratory (LRDE). # # This file is part of Olena. @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Olena. If not, see <http://www.gnu.org/licenses/>. +include $(top_srcdir)/scribo/scribo.mk include $(top_srcdir)/build-aux/autotroll.mk -- 1.7.10.4
participants (1)
-
Roland Levillain