From d0a1d3fa23d089890102c647797eefee5326d546 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 18 Sep 2014 14:06:29 +0000 Subject: [PATCH] Fix in tape. Dirty, dirty hack to allow old usage of old dumps. --- src/Makefile.am | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 831e39f..b81035d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,6 @@ -trisurfdir=../ -trisurf_PROGRAMS = trisurf +bin_PROGRAMS = trisurf trisurf_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c bondflip.c main.c poly.c stats.c sh.c shcomplex.c constvol.c AM_CFLAGS = -Wall -Werror -#trisurf_LDFLAGS = -lm -lconfuse #shdiscoverdir=../ #shdiscover_PROGRAMS= shdiscover #shdiscover_SOURCES= general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c energy.c sh.c shdiscover.c poly.c stats.c shcomplex.c -- Gitblit v1.9.3