shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/examples


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

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

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


--- /home/cvs/shishi/examples/Makefile.am       2003/10/14 23:11:41     1.5
+++ /home/cvs/shishi/examples/Makefile.am       2005/03/13 22:54:15     1.6
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003 Simon Josefsson.
+# Copyright (C) 2002, 2003, 2005 Simon Josefsson.
 #
 # This file is part of Shishi.
 #
@@ -18,7 +18,7 @@
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
 
-INCLUDES = -I$(top_srcdir)/gl -I../lib
+INCLUDES = -I$(top_srcdir)/gl -I$(top_builddir)/gl -I../lib
 LDADD = @LIBGCRYPT_LIBS@ @CRYPTO_LIBS@ @LIBTASN1_LIBS@ @LIBGNUTLS_LIBS@ \
        ../lib/libshishi.la ../gl/libfoo.la
 





reply via email to

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