Bläddra i källkod

* Fixed compilation in an alternate directory.

tags/v0.99.beta14
Sam Hocevar sam 21 år sedan
förälder
incheckning
e5cdb35db3
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. +1
    -1
      src/Makefile.am
  2. +1
    -1
      test/Makefile.am

+ 1
- 1
src/Makefile.am Visa fil

@@ -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 Visa fil

@@ -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


Laddar…
Avbryt
Spara