Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
* Fixed compilation in an alternate directory.
tags/v0.99.beta14
Sam Hocevar
sam
22 anos atrás
pai
46e59a8ef4
commit
e5cdb35db3
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/Makefile.am
+1
-1
test/Makefile.am
+ 1
- 1
src/Makefile.am
Ver arquivo
@@ -2,7 +2,7 @@
# Automake targets and declarations for ttyvaders
###############################################################################
AM_CPPFLAGS = -I
..
/libee
AM_CPPFLAGS = -I
$(top_srcdir)
/libee
if USE_SLANG
LDFLAGS_slang = -lslang
+ 1
- 1
test/Makefile.am
Ver arquivo
@@ -2,7 +2,7 @@
# Automake targets and declarations for libee tests
###############################################################################
AM_CPPFLAGS = -I
..
/libee
AM_CPPFLAGS = -I
$(top_srcdir)
/libee
if USE_SLANG
LDFLAGS_slang = -lslang
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar