Browse Source

build: add missing files to Makefile.

legacy
Sam Hocevar sam 12 years ago
parent
commit
080e4b7f4f
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      test/Makefile.am

+ 4
- 2
test/Makefile.am View File

@@ -47,8 +47,10 @@ quad_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
quad_DEPENDENCIES = $(top_builddir)/src/liblol.a

btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \
Physics/EasyPhysics.cpp Physics/EasyPhysics.h \
Physics/LolBtPhysicsIntegration.h Physics/LolPhysics.h
Physics/Src/EasyPhysics.cpp Physics/Include/EasyPhysics.h \
Physics/Include/LolBtPhysicsIntegration.h Physics/Include/LolPhysics.h \
Physics/Src/EasyCharacterController.cpp Physics/Src/EasyConstraint.cpp \
Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h
btphystest_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ -I$(top_builddir)/src/bullet \
-DHAVE_PHYS_USE_BULLET
btphystest_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@


Loading…
Cancel
Save