2007-05-02 14:04:53 +00:00
|
|
|
|
|
|
|
WALLPAPER_DATADIR = $(datadir)/gnome-background-properties
|
|
|
|
|
2007-04-30 14:33:05 +00:00
|
|
|
bin_PROGRAMS=gnome-appearance-properties
|
|
|
|
|
|
|
|
gnome_appearance_properties_SOURCES= \
|
|
|
|
appearance.h \
|
2007-05-02 14:04:53 +00:00
|
|
|
appearance-desktop.c \
|
|
|
|
appearanced-desktop.h \
|
2007-04-30 14:33:05 +00:00
|
|
|
appearance-main.c \
|
|
|
|
appearance-themes.c \
|
2007-05-01 10:25:29 +00:00
|
|
|
appearance-themes.h \
|
|
|
|
appearance-ui.c \
|
2007-05-02 14:04:53 +00:00
|
|
|
appearance-ui.h \
|
|
|
|
gnome-wp-info.c \
|
|
|
|
gnome-wp-info.h \
|
|
|
|
gnome-wp-item.c \
|
|
|
|
gnome-wp-item.h \
|
|
|
|
gnome-wp-utils.c \
|
|
|
|
gnome-wp-utils.h \
|
|
|
|
gnome-wp-xml.c \
|
|
|
|
gnome-wp-xml.h
|
|
|
|
|
|
|
|
|
2007-04-30 14:33:05 +00:00
|
|
|
|
|
|
|
gnome_appearance_properties_LDADD = \
|
|
|
|
$(GNOMECC_CAPPLETS_LIBS) \
|
|
|
|
$(METACITY_LIBS) \
|
|
|
|
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
|
|
|
|
$(top_builddir)/capplets/common/libcommon.la
|
|
|
|
|
|
|
|
gladedir = $(pkgdatadir)/glade
|
|
|
|
glade_DATA = appearance.glade
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
$(METACITY_CFLAGS) \
|
|
|
|
$(GNOMECC_CAPPLETS_CFLAGS) \
|
2007-04-30 16:55:29 +00:00
|
|
|
-DGNOMECC_GLADE_DIR=\""$(gladedir)"\" \
|
2007-04-30 14:33:05 +00:00
|
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
2007-05-02 14:04:53 +00:00
|
|
|
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
|
2007-05-02 17:52:47 +00:00
|
|
|
-DWALLPAPER_DATADIR=\""$(WALLPAPER_DATADIR)"\"
|
2007-04-30 14:33:05 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = $(glade_DATA)
|