shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/lib


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

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

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


--- /home/cvs/shishi/lib/Makefile.am    2004/11/09 20:31:23     1.68
+++ /home/cvs/shishi/lib/Makefile.am    2005/03/13 22:54:16     1.69
@@ -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.
 #
@@ -19,7 +19,8 @@
 # Boston, MA 02111-1307, USA.
 
 INCLUDES = @LIBTASN1_CFLAGS@ @LIBGCRYPT_CFLAGS@ \
-       @CRYPTO_CFLAGS@ @LIBGNUTLS_CFLAGS@ -I$(top_srcdir)/gl
+       @CRYPTO_CFLAGS@ @LIBGNUTLS_CFLAGS@ \
+       -I$(top_srcdir)/gl -I$(top_builddir)/gl
 
 DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" \
        -DSYSTEMCFGFILE=\"$(CONFDIR)/shishi.conf\" \





reply via email to

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