From a10dd5c18fbf0b6d5746827f7a9ebfc078563d4a Mon Sep 17 00:00:00 2001
From: Samo Penic <samo@andromeda>
Date: Sun, 28 Nov 2010 13:56:21 +0000
Subject: [PATCH] The vertex is complete... Bond is in first version.

---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index fe95642..c8e124d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
 trisurfdir=../
 trisurf_PROGRAMS=trisurf
-trisurf_SOURCES=general.c vertex.c main.c
+trisurf_SOURCES=general.c vertex.c bond.c main.c
 trisurf_LDFLAGS = -lm -lconfuse
 trisurf_CFLAGS = -Wall -g

--
Gitblit v1.9.3