From 7b7fb6c5e3a09128f20cc01fab2198da44d9fd16 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 8 Feb 2006 16:24:57 +0000
Subject: [PATCH] rod3d added

[[Imported from SVN: r712]]
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f69aaa72..112d5e06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,11 @@
 #LDADD = $(UG_LDFLAGS) $(AMIRAMESH_LDFLAGS) $(UG_LIBS) $(AMIRAMESH_LIBS)
 #AM_CPPFLAGS = $(UG_CPPFLAGS) $(AMIRAMESH_CPPFLAGS)
 
-noinst_PROGRAMS = staticrod staticrod2
+noinst_PROGRAMS = staticrod staticrod2 rod3d
 
 staticrod_SOURCES = staticrod.cc
 staticrod2_SOURCES = staticrod2.cc
+rod3d_SOURCES = rod3d.cc
 
 # don't follow the full GNU-standard
 # we need automake 1.5
-- 
GitLab