Explorar el Código

Touky and the forgotten makefile.

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> hace 11 años
padre
commit
476692388c
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      test/Makefile.am

+ 6
- 1
test/Makefile.am Ver fichero

@@ -58,7 +58,12 @@ nacl_phystest_DEPENDENCIES = @LOL_DEPS@
nacl_phystest_LDFLAGS = $(AM_LDFLAGS)

meshviewer_SOURCES = meshviewer.cpp \
shinymvtexture.lolfx shinyfur.lolfx
shinymvtexture.lolfx shinyfur.lolfx \
scenesetup-compiler.cpp \
scenesetup-compiler.h \
generated/scenesetup-scanner.cpp \
generated/scenesetup-scanner.h \
generated/scenesetup-parser.cpp
meshviewer_CPPFLAGS = $(AM_CPPFLAGS)
meshviewer_DEPENDENCIES = @LOL_DEPS@
meshviewer_LDFLAGS = $(AM_LDFLAGS) -s


Cargando…
Cancelar
Guardar