shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/src


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

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

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


--- /home/cvs/shishi/src/Makefile.am    2004/08/07 14:46:38     1.51
+++ /home/cvs/shishi/src/Makefile.am    2005/03/13 22:54:16     1.52
@@ -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.
 #
@@ -18,7 +18,8 @@
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
 
-AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/db -I../lib
+AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \
+       -I$(top_srcdir)/db -I../lib
 localedir = $(datadir)/locale
 DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\" \
        -DSYSTEMCFGFILE=\"$(CONFDIR)/shishi.conf\"





reply via email to

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