fixing makefiles
This commit is contained in:
parent
1fe3a72e10
commit
5fe7510807
15 changed files with 153 additions and 307 deletions
13
eo/src/obsolete/Makefile.am
Normal file
13
eo/src/obsolete/Makefile.am
Normal 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
|
||||
|
|
@ -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
|
||||
|
||||
//----------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue