don't define GNOME_DESKTOP_USE_UNSTABLE_API globally

2009-01-25  Jens Granseuer  <jensgr@gmx.net>

	* configure.in: don't define GNOME_DESKTOP_USE_UNSTABLE_API globally

2009-01-25  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* gnome-wp-info.h:
	* gnome-wp-item.h: define GNOME_DESKTOP_USE_UNSTABLE_API in Makefile
	instead of individual headers

svn path=/trunk/; revision=9208
This commit is contained in:
Jens Granseuer 2009-01-25 11:25:09 +00:00 committed by Jens Granseuer
parent 65d2e5c3e5
commit a62dabe380
6 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2009-01-25 Jens Granseuer <jensgr@gmx.net>
* configure.in: don't define GNOME_DESKTOP_USE_UNSTABLE_API globally
2009-01-13 Luca Ferretti <elle.uca@libero.it>
* configure.in:

View file

@ -1,3 +1,10 @@
2009-01-25 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* gnome-wp-info.h:
* gnome-wp-item.h: define GNOME_DESKTOP_USE_UNSTABLE_API in Makefile
instead of individual headers
2009-01-25 Jens Granseuer <jensgr@gmx.net>
Fix newly installed themes appearing twice in the GTK themes list if

View file

@ -37,6 +37,8 @@ gnome_appearance_properties_SOURCES = \
caption-cellrenderer.c \
caption-cellrenderer.h
gnome_appearance_properties_CFLAGS = -DGNOME_DESKTOP_USE_UNSTABLE_API
gnome_appearance_properties_LDADD = \
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
$(top_builddir)/capplets/common/libcommon.la \

View file

@ -22,7 +22,6 @@
#define _GNOME_WP_INFO_H_
#include <glib.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-desktop-thumbnail.h>
typedef struct _GnomeWPInfo GnomeWPInfo;

View file

@ -22,7 +22,6 @@
#include <gio/gio.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnomeui/gnome-desktop-thumbnail.h>
#include <libgnomeui/gnome-bg.h>

View file

@ -26,8 +26,6 @@ if test "x$GCC" = "xyes"; then
fi
changequote([,])dnl
CFLAGS="$CFLAGS -DGNOME_DESKTOP_USE_UNSTABLE_API"
# Internationalization support
IT_PROG_INTLTOOL([0.37.1])