gnome.h
- From: jacob berkman <jacob ximian com>
- To: gnome-libs-devel gnome org
- Subject: gnome.h
- Date: 08 Sep 2001 13:01:36 -0400
adding this file helps tremendously with porting. it made a huge
difference when porting gnome-core/gsm/*. can i commit it?
jacob
--
"OOH!!! Look at me!! I'm Jacob Berkman! I have a witty .signature
that nobody fully appreciates but myself!!" -- Anonymous
Index: libgnomeui/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgnomeui/libgnomeui/Makefile.am,v
retrieving revision 1.304
diff -u -r1.304 Makefile.am
--- libgnomeui/Makefile.am 2001/09/08 13:53:06 1.304
+++ libgnomeui/Makefile.am 2001/09/08 17:00:35
@@ -11,6 +11,9 @@
bin_PROGRAMS = gnome_segv
lib_LTLIBRARIES = libgnomeui-2.la
+gnomehdir = $(includedir)/gnome-2.0
+gnomeh_HEADERS = gnome.h
+
#
# Install location for header files
#
@@ -81,6 +84,7 @@
gnome-icon-sel.c \
gnome-vfs-util.c \
gnome-window.c \
+ gnome-window-icon.c \
$(noinst_HEADERS)
## this lists all the non-generated headers
@@ -123,6 +127,7 @@
gnome-uidefs.h \
gnome-vfs-util.h \
gnome-window.h \
+ gnome-window-icon.h \
libgnomeui.h
libgnomeuiinclude_HEADERS = \
#ifndef GNOME_H
#define GNOME_H
#include <gtk/gtk.h>
#include <libgnome/libgnome.h>
#include <libgnomecanvas/libgnomecanvas.h>
#include <libgnomeui/libgnomeui.h>
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]