[sawfish] Makefile update



commit b24e73e5287fa73e5901c200465de603758dbea7
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sat Sep 18 22:53:10 2010 +0200

    Makefile update

 ChangeLog                    |    1 +
 lisp/sawfish/gtk/Makefile.in |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 80fcbd4..789a052 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
 	native gtk-button-new-from-stock) have been removed and `simple-dialog'
 	is the only remaining function. A wrong export has been removed, too.
 
+	* lisp/sawfish/gtk/Makefile.in
 	* lisp/sawfish/cfg/shell.jl
 	* lisp/sawfish/cfg/apply.jl
 	* lisp/sawfish/cfg/widgets/keymap.jl
diff --git a/lisp/sawfish/gtk/Makefile.in b/lisp/sawfish/gtk/Makefile.in
index 9512ece..c62f6ef 100644
--- a/lisp/sawfish/gtk/Makefile.in
+++ b/lisp/sawfish/gtk/Makefile.in
@@ -29,8 +29,7 @@ VPATH= srcdir@:@top_srcdir@
 
 REP_ENVIRON:=$(REP_ENVIRON) REP_LOAD_PATH=$(top_srcdir)/lisp:$(top_builddir)/lisp
 
-SRCS :=	stock.jl		\
-	widget.jl		\
+SRCS :=	widget.jl		\
 	widget-dialog.jl	\
 	widget-test.jl
 
@@ -41,6 +40,7 @@ W_SRCS := widgets/alist.jl	\
 	widgets/list.jl		\
 	widgets/pair.jl		\
 	widgets/program.jl	\
+	widgets/simple-dialog.jl\
 	widgets/scheme-boolean.jl
 
 OBJS := $(SRCS:.jl=.jlc)



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