瀏覽代碼

* 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


Loading…
取消
儲存