changing Makefile.am's to accept new subdiretory structure

This commit is contained in:
gustavo 2000-03-30 14:20:25 +00:00
commit 1fe3a72e10
11 changed files with 148 additions and 72 deletions

View file

@ -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
###############################################################################