almost finised mpi migration

This commit is contained in:
2012-11-01 06:42:38 +00:00
parent acb40dea35
commit 3b9f0ab14e
11 changed files with 228 additions and 115 deletions

View File

@ -3,7 +3,8 @@ AUTOMAKE_OPTIONS = nostdinc
AM_CPPFLAGS = \
-I$(top_builddir)/include \
-I$(top_srcdir)/include \
-I$(includedir)
-I$(includedir) \
-DDEFAULT_MODDIR=\"$(libdir)/qse\"
#####################################################################3
@ -18,4 +19,3 @@ if WCHAR
qseawk_LDADD += $(UNICOWS_LIBS)
endif
endif