PATCH: install gdkcompat.h :)



Okay, so this is a 1 line patch, but I'm submitting it just in case :)

devel gtk+ doesn't install gdkcompat.h, which prevents compilation of
pretty much everything.

This patch fixes that.

Or, is there a reason why it doesn't?...

Mick.
Index: gdk/Makefile.am
===================================================================
RCS file: /cvs/gnome/gtk+/gdk/Makefile.am,v
retrieving revision 1.34
diff -u -r1.34 Makefile.am
--- Makefile.am	1999/10/03 18:09:00	1.34
+++ Makefile.am	1999/10/27 09:22:26
@@ -66,6 +66,7 @@
 	gdkvisual.h	\
 	gdkwindow.h	\
 	gdkx.h		\
+	gdkcompat.h	\
 @STRIP_END@
 gdk_c_sources = @STRIP_BEGIN@ \
 	gdk.c		\


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