summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--configure.ac8
-rw-r--r--src/Makefile.am6
2 files changed, 8 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index f45958c..59c5f36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,14 +12,12 @@ AC_CONFIG_FILES([
12################12################
1313
14AC_SEARCH_LIBS([H5Fcreate],[hdf5],[],14AC_SEARCH_LIBS([H5Fcreate],[hdf5],[],
15[AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)])15[AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)],
16[-lirc -lmpi -lz -lsz])
1617
17AC_SEARCH_LIBS([H5TBmake_table],[hdf5_hl],[],18AC_SEARCH_LIBS([H5TBmake_table],[hdf5_hl],[],
18[AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)],19[AC_MSG_ERROR(The HDF5 libraries are needed to build the system.)],
19[-lhdf5])20[-lirc -lhdf5 -lmpi -lz -lsz])
20
21AC_CHECK_HEADERS([mpi.h],[],
22[AC_MSG_ERROR(The MPI headers are needed to build the system.)])
2321
24AC_CHECK_HEADERS([hdf5.h],[],22AC_CHECK_HEADERS([hdf5.h],[],
25[AC_MSG_ERROR(The HDF5 headers are needed to build the system.)])23[AC_MSG_ERROR(The HDF5 headers are needed to build the system.)])
diff --git a/src/Makefile.am b/src/Makefile.am
index adc9e8d..752c0fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,8 @@ aggregator_SOURCES = \
10 model/blast_scores_data_init.c \10 model/blast_scores_data_init.c \
11 model/sequence_data_init.c11 model/sequence_data_init.c
1212
13aggregator_LDADD = -lirc -lmpi -lsz -lz
14
13updator_SOURCES = \15updator_SOURCES = \
14 updator.c \16 updator.c \
15 assign/assign_protein_type.c \17 assign/assign_protein_type.c \
@@ -19,6 +21,8 @@ updator_SOURCES = \
19 model/gi_type_data_init.c \21 model/gi_type_data_init.c \
20 model/sequence_data_init.c22 model/sequence_data_init.c
2123
24updator_LDADD = -lirc -lmpi -lsz -lz
25
22noinst_HEADERS = \26noinst_HEADERS = \
23 assign/assign_protein_type.h \27 assign/assign_protein_type.h \
24 error/check_error.h \28 error/check_error.h \
@@ -33,4 +37,4 @@ noinst_HEADERS = \
33 model/sequence_data.h \37 model/sequence_data.h \
34 model/sequence_data_init.h38 model/sequence_data_init.h
3539
36AM_CFLAGS = -Wall -std=gnu9940AM_CFLAGS = -Wall -std=c99

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.