From 1931080182f7ad8acee63d7b4ec41f447663c0b9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 20 Jul 2004 11:16:43 +0000 Subject: [PATCH] - Eliminate extra -I statements - Make the SOURCES list accurately reflect the list of source files This commit was SVN r1786. --- src/mca/ptl/gm/src/Makefile.am | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/src/mca/ptl/gm/src/Makefile.am b/src/mca/ptl/gm/src/Makefile.am index d2aba12db4..c8204ba9e0 100644 --- a/src/mca/ptl/gm/src/Makefile.am +++ b/src/mca/ptl/gm/src/Makefile.am @@ -1,4 +1,3 @@ -# -*- makefile -*- # # $HEADER$ # @@ -6,24 +5,19 @@ 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/home/devel/gm-2.0.1_Linux/include \ - -L/home/devel/gm-2.0.1_Linux/lib - + -I$(top_ompi_srcdir)/src -I$(top_ompi_srcdir)/src/include noinst_LTLIBRARIES = libmca_ptl_gm.la libmca_ptl_gm_la_SOURCES = \ - ptl_gm.c \ - ptl_gm.h \ - ptl_gm_proc.c \ - ptl_gm_proc.h \ - ptl_gm_module.c \ - ptl_gm_req.c \ - ptl_gm_req.h \ - ptl_address.h \ - ptl_gm_priv.h \ - ptl_gm_sendfrag.c \ - ptl_gm_sendfrag.h \ - ptl_gm_peer.h - - + ptl_gm_addr.h \ + ptl_gm.c \ + ptl_gm.h \ + ptl_gm_module.c \ + ptl_gm_peer.h \ + ptl_gm_priv.h \ + ptl_gm_proc.c \ + ptl_gm_proc.h \ + ptl_gm_req.c \ + ptl_gm_req.h \ + ptl_gm_sendfrag.c \ + ptl_gm_sendfrag.h