From 0f5bc64c0656b482fd278d66455b6d0a3009a6c7 Mon Sep 17 00:00:00 2001 From: Weikuan Yu Date: Sat, 19 Jun 2004 17:06:24 +0000 Subject: [PATCH] Fix AM_CPPFLAGS This commit was SVN r1423. --- src/mca/ptl/elan/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mca/ptl/elan/src/Makefile.am b/src/mca/ptl/elan/src/Makefile.am index 688fbe51a2..6e31b05500 100644 --- a/src/mca/ptl/elan/src/Makefile.am +++ b/src/mca/ptl/elan/src/Makefile.am @@ -8,7 +8,7 @@ include $(top_ompi_srcdir)/config/Makefile.options AM_CPPFLAGS = \ -I$(top_ompi_builddir)/src/include \ -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