From 746262a7fc25cfa88557ea9c96386f4be1461342 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Wed, 1 Sep 2010 19:18:50 +0000
Subject: [PATCH] list dummy.cc as sourcescheck_DUMMY

[[Imported from SVN: r6116]]
---
 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0ffd02580..b588cd3ca 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -10,7 +10,7 @@ libdunecommon_la_SOURCES =
 # This forces automake to use the C++ linker
 # (see the automake manual, section "Libtool Convenience Libraries")
 nodist_EXTRA_libdunecommon_la_SOURCES = dummy.cc
-sourcescheck_NOSOURCES = dummy.cc
+sourcescheck_DUMMY = dummy.cc
 libdunecommon_la_LIBADD = ../dune/common/libcommon.la
 
 include $(top_srcdir)/am/global-rules
-- 
GitLab