[cgma-dev] r5905 - in cgm/trunk: geom/virtual itaps

janehu at mcs.anl.gov janehu at mcs.anl.gov
Fri Dec 7 11:33:15 CST 2012


Author: janehu
Date: 2012-12-07 11:33:14 -0600 (Fri, 07 Dec 2012)
New Revision: 5905

Modified:
   cgm/trunk/geom/virtual/Makefile.am
   cgm/trunk/itaps/Makefile.am
Log:
Added include path for .

Modified: cgm/trunk/geom/virtual/Makefile.am
===================================================================
--- cgm/trunk/geom/virtual/Makefile.am	2012-12-07 17:21:24 UTC (rev 5904)
+++ cgm/trunk/geom/virtual/Makefile.am	2012-12-07 17:33:14 UTC (rev 5905)
@@ -6,7 +6,8 @@
 AM_CPPFLAGS = -I$(top_srcdir)/util \
            -I$(top_srcdir)/geom \
            -I$(top_srcdir)/geom/facet \
-           -I$(top_srcdir)/geom/Cholla
+           -I$(top_srcdir)/geom/Cholla \
+           -I$(top_srcdir)/amendment
 
 # The name of the library to build
 lib_LTLIBRARIES = 

Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am	2012-12-07 17:21:24 UTC (rev 5904)
+++ cgm/trunk/itaps/Makefile.am	2012-12-07 17:33:14 UTC (rev 5905)
@@ -36,7 +36,8 @@
                -DSRCDIR=$(srcdir) \
                -I$(top_srcdir)/util \
                -I$(top_srcdir)/geom \
-	       -I$(top_srcdir)/init
+	       -I$(top_srcdir)/init \
+               -I$(top_srcdir)/amendment
 
 if USE_MPI
   AM_CPPFLAGS += -I$(top_srcdir)/geom/parallel -DUSE_MPI



More information about the cgma-dev mailing list