소스 검색

* Fixed compilation in an alternate directory.

tags/v0.99.beta14
Sam Hocevar sam 21 년 전
부모
커밋
e5cdb35db3
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


불러오는 중...
취소
저장