[monkey-bubble: 235/753] Make it actually work.



commit 974b7857118da932911f47c19532f7c239f6e37c
Author: Martin Baulig <martin src gnome org>
Date:   Mon Apr 30 12:33:50 2001 +0000

    Make it actually work.

 libgnome/Makefile.am          |    3 ++-
 libgnome/gnome-marshal-main.c |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
index 04943fe..ab88233 100644
--- a/libgnome/Makefile.am
+++ b/libgnome/Makefile.am
@@ -51,6 +51,7 @@ libgnome_2_la_SOURCES = \
 	gnome-util.c		\
 	gnome-paper.c		\
 	gnome-preferences.c	\
+	gnome-marshal-main.c	\
 	libgnome-init.c
 
 libgnome_headers = \
@@ -68,7 +69,7 @@ libgnome_headers = \
 	gnome-util.h   		\
 	gnome-paper.h		\
 	gnome-preferences.h	\
-	gnome-marshal-main.c	\
+	gnome-marshal.h		\
 	libgnome-init.h		\
 	libgnome.h
 
diff --git a/libgnome/gnome-marshal-main.c b/libgnome/gnome-marshal-main.c
index f664007..69165a0 100644
--- a/libgnome/gnome-marshal-main.c
+++ b/libgnome/gnome-marshal-main.c
@@ -27,6 +27,7 @@
 #include <libgnomeP.h>
 
 #include <gobject/genums.h>
+#include <gobject/gboxed.h>
 #include <gobject/gvaluetypes.h>
 
-#include "gnomemarshal.c"
+#include "gnome-marshal.c"



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