From a3a33d49386094b342ea3074238017d31500fffc Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Sun, 23 Sep 2012 21:58:12 +0200 Subject: [PATCH] Fix rules --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 46010a7a..ed547937 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -105,7 +105,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ include $(top_srcdir)/am/global-rules BUILT_SOURCES = timestepping.hh timestepping.cc -$(srcdir)/timestepping.cc: $(srcdir)/timestepping.org +$(srcdir)/timestepping.cc $(srcdir)/timestepping.hh: $(srcdir)/timestepping.org emacs -Q --batch --eval \ "(let (vc-handled-backends) \ (org-babel-tangle-file \"$<\" nil 'c++))" -- GitLab