Changeset 1594


Ignore:
Timestamp:
Jul 8, 2012, 7:16:37 PM (11 years ago)
Author:
sam
Message:

test: add missing physics files to Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r1571 r1594  
    4242quad_DEPENDENCIES = $(top_builddir)/src/liblol.a
    4343
    44 btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h
    45 btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet
     44btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \
     45    Physics/EasyPhysics.cpp Physics/EasyPhysics.h \
     46    Physics/LolBtPhysicsIntegration.h Physics/LolPhysics.h
     47btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet \
     48    -DHAVE_PHYS_USE_BULLET
    4649btphystest_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
    4750btphystest_DEPENDENCIES = $(top_builddir)/src/liblol.a
Note: See TracChangeset for help on using the changeset viewer.