~esys-p-dev/esys-particle/trunk

« back to all changes in this revision

Viewing changes to FoundationTest/Makefile.am

  • Committer: slatham
  • Date: 2005-01-15 05:09:37 UTC
  • Revision ID: svn-v4:1ddc92f8-1f06-0410-a909-b11019f1b28a:lsmtrunk:573
Moved OpValue dependencies in CLatticeMaster to ParserLmInitialiser.cpp classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
AM_CPPFLAGS = $(CPPUNIT_CFLAGS)
4
4
libFoundationTest_la_LDFLAGS = -module 
5
5
lib_LTLIBRARIES =  libFoundationTest.la
6
 
libFoundationTest_la_SOURCES = Vec3Test.h Vec3Test.cpp
 
6
libFoundationTest_la_SOURCES = Vec3Test.h Vec3Test.cpp PathSearcherTest.cpp PathSearcherTest.h
7
7
 
8
8
libFoundationTest_la_LIBADD =                     \
9
9
    $(top_builddir)/Foundation/libFoundation.la