fixing makefiles

This commit is contained in:
gustavo 2000-03-30 17:11:20 +00:00
commit 5fe7510807
15 changed files with 153 additions and 307 deletions

View file

@ -0,0 +1,13 @@
###############################################################################
##
## Makefile.am for eo/src/obsolete
##
###############################################################################
INCLUDES = -I$(top_builddir)/src
lib_LIBRARIES = libeoobsolete.a
libeoobsolete_a_SOURCES = eoParserUtils.cpp
libeoobsoleteincdir = $(includedir)/eo/obsolete
libeoobsoleteinc_HEADERS = eoProblem.h eoParser.h eoParserUtils.h

View file

@ -14,8 +14,8 @@ Modifications.:
#ifndef EO_PARSER_UTILS
#define EO_PARSER_UTILS
#include <utils/eoRNG.h>
#include <eoParser.h>
#include "../utils/eoRNG.h"
#include "eoParser.h"
/// Reproducible random seed
//----------------------------------