このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
* Fixed compilation in an alternate directory.
tags/v0.99.beta14
Sam Hocevar
sam
21年前
親
46e59a8ef4
コミット
e5cdb35db3
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存