updates for build-process
This commit is contained in:
parent
17c8eddd5c
commit
e618920c44
10 changed files with 60 additions and 523 deletions
|
|
@ -4,11 +4,9 @@
|
|||
##
|
||||
###############################################################################
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
SUBDIRS = es ga gp utils other do
|
||||
|
||||
SUBDIRS = es ga gp utils other do
|
||||
|
||||
CPPFLAGS = -O2
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/src
|
||||
|
||||
lib_LIBRARIES = libeo.a
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@
|
|||
#define _eo_
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
// general purpose
|
||||
#include <utils/eoData.h>
|
||||
#include <eoObject.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue