Build fixes for gdkrgb

-Yosh
This commit is contained in:
Manish Singh 1998-07-15 21:15:33 +00:00
parent 23124810d1
commit b665608816
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,10 @@
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* Define if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING

View File

@ -23,6 +23,7 @@ libgdk_1_1_la_SOURCES = \
gdkinputxfree.h \
gdkpixmap.c \
gdkproperty.c \
gdkrgb.c \
gdkrectangle.c \
gdkregion.c \
gdkselection.c \
@ -41,6 +42,7 @@ libgdk_1_1_la_SOURCES = \
gdkinclude_HEADERS = \
gdk.h \
gdkcursors.h \
gdkrgb.h \
gdki18n.h \
gdkkeysyms.h \
gdkprivate.h \