pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/ui/terminal automake.mk ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/ui/terminal automake.mk ChangeLog
Date: Tue, 27 Jun 2006 15:23:30 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/06/27 15:23:30

Modified files:
        src/ui/terminal: automake.mk ChangeLog 

Log message:
        Link against $(LIBICONV).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/automake.mk?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/terminal/ChangeLog?cvsroot=pspp&r1=1.10&r2=1.11

Patches:
Index: automake.mk
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/automake.mk,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- automake.mk 5 May 2006 04:53:13 -0000       1.8
+++ automake.mk 27 Jun 2006 15:23:30 -0000      1.9
@@ -37,5 +37,6 @@
        $(top_builddir)/src/data/libdata.a \
        $(top_builddir)/src/libpspp/libpspp.a \
        $(top_builddir)/gl/libgl.a      \
+       $(LIBICONV) \
        @LIBINTL@ @LIBREADLINE@
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/terminal/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- ChangeLog   5 May 2006 04:53:13 -0000       1.10
+++ ChangeLog   27 Jun 2006 15:23:30 -0000      1.11
@@ -1,3 +1,8 @@
+Tue Jun 27 08:23:07 2006  Ben Pfaff  <address@hidden>
+
+       * automake.mk (src_ui_terminal_pspp_LDADD): Add $(LIBICONV).
+       Thanks to Jason Stover for reporting the omission.
+
 Thu May  4 21:50:59 2006  Ben Pfaff  <address@hidden>
 
        Continue reforming procedure execution.  In this phase, move




reply via email to

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