guile-user
[Top][All Lists]
Advanced

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

Re: guile-gnome releases: platform 2.7.96, bunch of "extras"


From: Jan Nieuwenhuizen
Subject: Re: guile-gnome releases: platform 2.7.96, bunch of "extras"
Date: Thu, 18 Nov 2004 00:51:55 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Jan Nieuwenhuizen writes:

> Here's another one:

I'll stop now, you'll get the idea, and libwnck-2.8.0 builds.

Jan.

--- ./common.mk~        2004-11-11 20:23:24 +0100
+++ common.mk   2004-11-18 00:08:15 +0100
@@ -43,7 +43,7 @@
        PKG_PATH += $(shell echo $(AG_PACKAGES:%=$(top_builddir)/%) | sed 's, 
,:,g')
 @address@hidden
 
-GUILE_LOAD_PATH := $(PKG_PATH):${G_WRAP_MODULE_DIR}:${GUILE_LOAD_PATH}
+GUILE_LOAD_PATH := 
$(top_builddir)/glib:$(PKG_PATH):${G_WRAP_MODULE_DIR}:${GUILE_LOAD_PATH}
 export GUILE_LOAD_PATH
 
 .c.x:
@@ -69,6 +69,6 @@
        cp $< $@
 
 # Real gnu make foo
-packages = $(filter-out %-uninstalled,$(patsubst %.pc.in,%,$(wildcard 
*.pc.in)))
+packages = $(filter-out %-uninstalled,$(patsubst 
$(srcdir)/%.pc.in,%,$(wildcard $(srcdir)/*.pc.in)))
 pcifiles = $(patsubst %,address@hidden@.pc,$(packages))
 pcufiles = $(patsubst %,address@hidden@-uninstalled.pc,$(packages))
--- ./defs/gnome/defs/Makefile.am~      2004-11-16 09:40:25 +0100
+++ ./defs/gnome/defs/Makefile.am       2004-11-18 00:25:39 +0100
@@ -2,7 +2,7 @@
 
 defsdir = $(guilemoduledir)/defs
 
-defs_DATA = $(wildcard *.defs)
+defs_DATA = $(notdir $(wildcard $(srcdir)/*.defs))
 
 EXTRA_DIST = $(defs_DATA)
 
--- ./gtk/gnome/overrides/Makefile.am~  2004-11-10 21:51:52 +0100
+++ ./gtk/gnome/overrides/Makefile.am   2004-11-18 00:29:10 +0100
@@ -2,6 +2,6 @@
 
 moduledir = $(guilemoduledir)/overrides
 
-module_DATA = $(wildcard *.defs*)
+module_DATA = $(notdir $(wildcard $(srcdir)/*.defs*))
 
 EXTRA_DIST = $(module_DATA)
--- ./gnome-vfs/examples/gnome-vfs/Makefile.am~ 2004-10-09 14:16:33 +0200
+++ ./gnome-vfs/examples/gnome-vfs/Makefile.am  2004-11-18 00:35:40 +0100
@@ -1,3 +1,3 @@
 exampledir = $(pkgdatadir)/examples/gnome-vfs
-example_DATA = $(wildcard *.scm)
+example_DATA = $(notdir $(wildcard $(srcdir)/*.scm))
 EXTRA_DIST = $(example_DATA)
--- ./gconf/examples/gconf/Makefile.am~ 2004-10-09 14:19:09 +0200
+++ ./gconf/examples/gconf/Makefile.am  2004-11-18 00:35:13 +0100
@@ -1,3 +1,3 @@
 exampledir = $(pkgdatadir)/examples/gconf
-example_DATA = $(wildcard *.scm)
+example_DATA = $(notdir $(wildcard $(srcdir)/*.scm))
 EXTRA_DIST = $(example_DATA)

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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