guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/examples ChangeLog box/Makefil...


From: Martin Grabmueller
Subject: guile/guile-core/examples ChangeLog box/Makefil...
Date: Thu, 19 Jul 2001 13:54:56 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Martin Grabmueller <address@hidden>     01/07/19 13:54:56

Modified files:
        guile-core/examples: ChangeLog 
        guile-core/examples/box: Makefile.am 
        guile-core/examples/box-dynamic: Makefile.am 
        guile-core/examples/box-dynamic-module: Makefile.am 
        guile-core/examples/box-module: Makefile.am 

Log message:
        * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
        box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
        at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
        guile-config programs and for the link paths.  Add check.test to
        EXTRA_DIST.
        
        * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
        box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/ChangeLog.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.7.2.8&tr2=1.7.2.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic-module/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.3.2.1&tr2=1.3.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-module/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text

Patches:
Index: guile/guile-core/examples/ChangeLog
diff -u guile/guile-core/examples/ChangeLog:1.9 
guile/guile-core/examples/ChangeLog:1.10
--- guile/guile-core/examples/ChangeLog:1.9     Tue Jul 10 13:50:54 2001
+++ guile/guile-core/examples/ChangeLog Sat Jul 14 04:11:48 2001
@@ -1,3 +1,7 @@
+2001-07-14  Martin Grabmueller  <address@hidden>
+
+       * modules/main: Use :renamer for specifying renaming procedure.
+
 2001-07-10  Thien-Thi Nguyen  <address@hidden>
 
        * scripts/hello (display-version, display-help): Fix comment; nfc.
Index: guile/guile-core/examples/box-dynamic-module/Makefile.am
diff -u guile/guile-core/examples/box-dynamic-module/Makefile.am:1.2 
guile/guile-core/examples/box-dynamic-module/Makefile.am:1.3
--- guile/guile-core/examples/box-dynamic-module/Makefile.am:1.2        Wed Jun 
 6 13:14:51 2001
+++ guile/guile-core/examples/box-dynamic-module/Makefile.am    Thu Jun 14 
13:36:05 2001
@@ -19,7 +19,7 @@
 ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
 ##   330, Boston, MA 02111-1307 USA
 
-EXTRA_DIST = README box.c box-module.scm
+EXTRA_DIST = README box.c box-module.scm box-mixed.scm
 
 CFLAGS=`guile-config compile`
 LIBS=`guile-config link`



reply via email to

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