shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/extra/pam_shishi


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

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

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


--- /home/cvs/shishi/extra/pam_shishi/Makefile.am       2003/09/13 22:12:21     
1.6
+++ /home/cvs/shishi/extra/pam_shishi/Makefile.am       2005/03/13 22:54:15     
1.7
@@ -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.
 #
@@ -25,7 +25,7 @@
 # XXX add -Wl,-x too?  PAM documentation suggests it.
 pam_shishi_la_LDFLAGS = -module
 
-INCLUDES = -I$(top_srcdir)/gl -I../../lib
+INCLUDES = -I$(top_srcdir)/gl -I$(top_builddir)/gl -I../../lib
 
 # -DDEBUG_PAM
 DEFS = @DEFS@





reply via email to

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