From 2600c19c6d9b994de1cb2d5e634571a55434c707 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 23 Oct 2009 11:30:39 +0200 Subject: Initial fork from template_index to pattern_sim --- src/Makefile.am | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 40a39194..d30736c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,10 +1,5 @@ -bin_PROGRAMS = template_index simulate_patterns +bin_PROGRAMS = pattern_sim -template_index_SOURCES = main.c relrod.c utils.c image.c cell.c hdf5-file.c \ - templates.c -template_index_LDADD = @LIBS@ -lm -lgsl -lgslcblas -AM_CFLAGS = -Wall -g - -simulate_patterns_SOURCES = sim-main.c relrod.c utils.c image.c cell.c \ - hdf5-file.c templates.c -simulate_patterns_LDADD = @LIBS@ -lm -lgsl -lgslcblas +pattern_sim_SOURCES = main.c relrod.c utils.c image.c cell.c hdf5-file.c \ + templates.c +pattern_sim_LDADD = @LIBS@ -lm -lgsl -lgslcblas -- cgit v1.2.3