From dcba8ec14fcb9dcb91e8e929676681ffe6567c8e Mon Sep 17 00:00:00 2001 From: fc_botelho Date: Wed, 26 Apr 2006 17:59:34 +0000 Subject: [PATCH] Makefile.am and configure.ac updated --- BMZ.t2t | 2 +- configure.ac | 2 +- src/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BMZ.t2t b/BMZ.t2t index 23700c8..72921a6 100644 --- a/BMZ.t2t +++ b/BMZ.t2t @@ -39,7 +39,7 @@ minimal perfect hash functions had been designed. We refer the algorithm to as **BMZ**, because it was conceived by Fabiano C. **B**otelho, David **M**enoti and Nivio **Z**iviani. The algorithm is described in [[1 #papers]]. To analyse BMZ algorithm we needed some results from the random graph theory, so -we invite professor [Yoshiharu Kohayakawa http://www.ime.usp.br/~yoshi] to help us. +we invited professor [Yoshiharu Kohayakawa http://www.ime.usp.br/~yoshi] to help us. The final description and analysis of BMZ algorithm is presented in [[2 #papers]]. ---------------------------------------- diff --git a/configure.ac b/configure.ac index 31aa872..5a27c37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(cmph, 0.4) +AM_INIT_AUTOMAKE(cmph, 0.5) AM_CONFIG_HEADER(config.h) dnl Checks for programs. diff --git a/src/Makefile.am b/src/Makefile.am index 6eb41d8..386e68d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = cmph lib_LTLIBRARIES = libcmph.la include_HEADERS = cmph.h cmph_types.h -libcmph_la_SOURCES = util.h debug.h\ +libcmph_la_SOURCES = debug.h\ bitbool.h bitbool.c\ cmph_types.h\ hash.h hash_state.h hash.c\