Browse Source

build: minor file renaming

legacy
Sam Hocevar 8 years ago
parent
commit
92bc63ea95
3 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/3rdparty/Makefile.am
  2. +0
    -0
      src/3rdparty/lol-bullet.am
  3. +0
    -0
      src/3rdparty/lol-lua.am

+ 2
- 2
src/3rdparty/Makefile.am View File

@@ -11,10 +11,10 @@ disable_cflags = $(filter $(AM_CPPFLAGS:-W%=-Wno-%), \
liblol_bullet_a_SOURCES = $(bullet_sources)
liblol_bullet_a_CPPFLAGS = -DB3_USE_CLEW $(AM_CPPFLAGS) -I$(srcdir)/bullet3/src $(disable_cflags)

include bullet3.am
include lol-bullet.am

liblol_lua_a_SOURCES = $(lua_sources)
liblol_lua_a_CPPFLAGS = $(AM_CPPFLAGS) -DLUA_ANSI

include lua.am
include lol-lua.am


src/3rdparty/bullet3.am → src/3rdparty/lol-bullet.am View File


src/3rdparty/lua.am → src/3rdparty/lol-lua.am View File


Loading…
Cancel
Save