Quellcode durchsuchen

Fixed Makefile.am

legacy
Benjamin ‘Touky’ Huet touky vor 12 Jahren
Ursprung
Commit
e743eae5f7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      test/Makefile.am

+ 2
- 2
test/Makefile.am Datei anzeigen

@@ -51,8 +51,8 @@ btphystest_SOURCES = BtPhysTest.cpp BtPhysTest.h \
Physics/Include/LolBtPhysicsIntegration.h Physics/Include/LolPhysics.h \
Physics/Src/EasyCharacterController.cpp Physics/Src/EasyConstraint.cpp \
Physics/Src/BulletCharacterController.cpp \
Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h
Physics/Src/BulletCharacterController.h \
Physics/Include/EasyCharacterController.h Physics/Include/EasyConstraint.h \
Physics/Src/BulletCharacterController.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@


Laden…
Abbrechen
Speichern