[MOAB-dev] r4385 - MOAB/trunk/tools/vtkMOABReader

tautges at mcs.anl.gov tautges at mcs.anl.gov
Sat Dec 18 08:43:12 CST 2010


Author: tautges
Date: 2010-12-18 08:43:12 -0600 (Sat, 18 Dec 2010)
New Revision: 4385

Added:
   MOAB/trunk/tools/vtkMOABReader/Makefile.am
Log:
Forgot this one too.



Added: MOAB/trunk/tools/vtkMOABReader/Makefile.am
===================================================================
--- MOAB/trunk/tools/vtkMOABReader/Makefile.am	                        (rev 0)
+++ MOAB/trunk/tools/vtkMOABReader/Makefile.am	2010-12-18 14:43:12 UTC (rev 4385)
@@ -0,0 +1,9 @@
+AM_CPPFLAGS += -I$(top_srcdir)/src -I$(top_builddir)/src $(VTK_INCLUDES)
+lib_LTLIBRARIES = libvtkMOABReader.la
+libvtkMOABReader_la_SOURCES = vtkMOABReader.cxx
+libvtkMOABReader_la_include_HEADERS = vtkMOABReader.h
+libvtkMOABReader_la_includedir = $(includedir)
+
+LDADD = $(VTK_LIBS) $(top_builddir)/src/libMOAB.la 
+AM_LDFLAGS = -R $(VTK_LIB_DIR)
+







































More information about the moab-dev mailing list