shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/tests


From: shishi-commit
Subject: CVS shishi/tests
Date: Sun, 13 Mar 2005 23:54:16 +0100

Update of /home/cvs/shishi/tests
In directory dopio:/tmp/cvs-serv25095/tests

Modified Files:
        Makefile.am 
Log Message:
Gnulib need -I$(top_builddir)/gl as well, reported by Dave Love 
<address@hidden>.


--- /home/cvs/shishi/tests/Makefile.am  2004/12/02 03:43:48     1.38
+++ /home/cvs/shishi/tests/Makefile.am  2005/03/13 22:54:16     1.39
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004 Simon Josefsson.
+# Copyright (C) 2002, 2003, 2004, 2005 Simon Josefsson.
 #
 # This file is part of Shishi.
 #
@@ -20,7 +20,8 @@
 
 EXTRA_DIST = utils.c shisa.sh
 
-AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/lib -I../lib
+AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \
+       -I$(top_srcdir)/lib -I../lib
 AM_LDFLAGS = -no-install
 LDADD = @LIBGCRYPT_LIBS@ @CRYPTO_LIBS@ \
        @LTLIBINTL@ ../gl/libgnu.la @LIBTASN1_LIBS@ @LIBGNUTLS_LIBS@ \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]