changing Makefile.am's to accept new subdiretory structure
This commit is contained in:
parent
5467df160c
commit
1fe3a72e10
11 changed files with 148 additions and 72 deletions
|
|
@ -9,7 +9,7 @@ EXTRA_DIST = LICENSE
|
|||
|
||||
###############################################################################
|
||||
|
||||
INCLUDES = -I$(top_builddir)/src
|
||||
INCLUDES = -I$(top_builddir)/src -I$(top_builddir)/src/ga -I$(top_builddir)/src/utils
|
||||
LDADDS = $(top_builddir)/src/libeo.a
|
||||
|
||||
###############################################################################
|
||||
|
|
|
|||
Reference in a new issue