This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* Fixed compilation in an alternate directory.
tags/v0.99.beta14
Sam Hocevar
sam
22 年之前
父節點
46e59a8ef4
當前提交
e5cdb35db3
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Makefile.am
+1
-1
test/Makefile.am
+ 1
- 1
src/Makefile.am
查看文件
@@ -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
查看文件
@@ -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
Write
Preview
Loading…
取消
儲存