moved and renamed the gdk_settings_names and gdk_settings_map.
Mon Feb 27 14:52:50 2006 Tim Janik <timj@imendio.com> * gdkevents-x11.c: * gdksettings.c: moved and renamed the gdk_settings_names and gdk_settings_map. * gdk/x11/checksettings.c: test program for the gdk_settings_map array. * gdk/x11/Makefile.am: run checksettings as part of make check.
This commit is contained in:
@ -68,6 +68,12 @@ endif
|
||||
libgdkinclude_HEADERS = \
|
||||
gdkx.h
|
||||
|
||||
|
||||
noinst_PROGRAMS = checksettings
|
||||
checksettings_LDADD = libgdk-x11.la $(GLIB_LIBS) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la
|
||||
|
||||
TESTS = checksettings
|
||||
|
||||
# We need to include all these C files here since the conditionals
|
||||
# don't seem to be correctly expanded for the dist files.
|
||||
EXTRA_DIST = \
|
||||
|
||||
Reference in New Issue
Block a user