1
1
This commit was SVN r1422.
Этот коммит содержится в:
Weikuan Yu 2004-06-19 17:06:06 +00:00
родитель ecb0385e10
Коммит bd6696c5de
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -7,9 +7,9 @@
include $(top_ompi_srcdir)/config/Makefile.options include $(top_ompi_srcdir)/config/Makefile.options
AM_CFLAGS = \ AM_CFLAGS = \
-I$(top_lam_builddir)/src/include \ -I$(top_ompi_builddir)/src/include \
-I$(top_lam_srcdir)/src \ -I$(top_ompi_srcdir)/src \
-I$(top_lam_srcdir)/src/include \ -I$(top_ompi_srcdir)/src/include \
-lelan -lelanctrl -lrms -lrmscall -lelan4 -lelan -lelanctrl -lrms -lrmscall -lelan4
SUBDIRS = src SUBDIRS = src

Просмотреть файл

@ -9,6 +9,7 @@ AM_CPPFLAGS = \
-I$(top_ompi_builddir)/src/include \ -I$(top_ompi_builddir)/src/include \
-I$(top_ompi_srcdir)/src \ -I$(top_ompi_srcdir)/src \
-I$(top_ompi_srcdir)/src/include -I$(top_ompi_srcdir)/src/include
-lelan -lelanctrl -lrms -lrmscall -lelan4
noinst_LTLIBRARIES = libmca_ptl_elan.la noinst_LTLIBRARIES = libmca_ptl_elan.la
libmca_ptl_elan_la_SOURCES = \ libmca_ptl_elan_la_SOURCES = \