ソースを参照

* Fixed compilation in an alternate directory.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/ttyvaders/trunk@176 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam 21年前
コミット
9de6214939
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      src/Makefile.am
  2. +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


読み込み中…
キャンセル
保存