Explorar el Código

* 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 hace 21 años
padre
commit
9de6214939
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/Makefile.am
  2. +1
    -1
      test/Makefile.am

+ 1
- 1
src/Makefile.am Ver fichero

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

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


Cargando…
Cancelar
Guardar