2007-06-18 17:56:39 +00:00
|
|
|
EXTRA_DIST = ChangeLog
|
2001-07-13 18:51:28 +00:00
|
|
|
|
|
|
|
INCLUDES = \
|
2007-02-02 18:12:40 +00:00
|
|
|
-DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
|
2007-01-31 21:09:43 +00:00
|
|
|
-DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
|
2008-05-06 17:41:57 +00:00
|
|
|
-DGTK_ENGINE_DIR="\"$(GTK_ENGINE_DIR)\"" \
|
2001-07-13 18:51:28 +00:00
|
|
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
2002-12-28 23:54:37 +00:00
|
|
|
-DINSTALL_PREFIX=\"$(prefix)\" \
|
2006-06-25 02:20:15 +00:00
|
|
|
-I$(top_srcdir) \
|
2003-05-13 18:37:05 +00:00
|
|
|
-I$(top_srcdir)/libwindow-settings \
|
2008-10-24 21:27:14 +00:00
|
|
|
-DPIXMAP_DIR=\""$(datadir)/gnome-control-center/pixmaps"\" \
|
2008-10-11 13:37:41 +00:00
|
|
|
$(CAPPLET_CFLAGS) \
|
2008-01-15 11:45:27 +00:00
|
|
|
$(DBUS_CFLAGS) \
|
|
|
|
$(GNOME_DESKTOP_CFLAGS) \
|
|
|
|
$(METACITY_CFLAGS) \
|
2008-07-27 23:32:35 +00:00
|
|
|
$(GSD_DBUS_CFLAGS) \
|
|
|
|
$(GIO_CFLAGS)
|
2002-04-10 06:08:08 +00:00
|
|
|
|
2001-07-13 18:51:28 +00:00
|
|
|
|
2002-03-20 03:30:11 +00:00
|
|
|
noinst_LTLIBRARIES = libcommon.la
|
2001-07-13 18:51:28 +00:00
|
|
|
|
2002-03-20 03:30:11 +00:00
|
|
|
libcommon_la_SOURCES = \
|
2008-01-15 11:45:27 +00:00
|
|
|
activate-settings-daemon.c \
|
|
|
|
activate-settings-daemon.h \
|
|
|
|
capplet-stock-icons.c \
|
|
|
|
capplet-stock-icons.h \
|
|
|
|
capplet-util.c \
|
|
|
|
capplet-util.h \
|
|
|
|
file-transfer-dialog.c \
|
|
|
|
file-transfer-dialog.h \
|
|
|
|
gconf-property-editor.c \
|
|
|
|
gconf-property-editor.h \
|
|
|
|
gconf-property-editor-marshal.c \
|
|
|
|
gconf-property-editor-marshal.h \
|
|
|
|
gnome-theme-apply.c \
|
|
|
|
gnome-theme-apply.h \
|
|
|
|
gnome-theme-info.c \
|
|
|
|
gnome-theme-info.h \
|
|
|
|
gtkrc-utils.c \
|
|
|
|
gtkrc-utils.h \
|
|
|
|
theme-thumbnail.c \
|
|
|
|
theme-thumbnail.h \
|
|
|
|
wm-common.c \
|
|
|
|
wm-common.h
|
2003-05-13 18:37:05 +00:00
|
|
|
|
2008-05-17 02:00:50 +00:00
|
|
|
libcommon_la_LIBADD = \
|
2003-05-13 18:37:05 +00:00
|
|
|
$(top_builddir)/libwindow-settings/libgnome-window-settings.la \
|
2008-07-27 23:32:35 +00:00
|
|
|
$(METACITY_LIBS) \
|
2008-01-15 11:45:27 +00:00
|
|
|
$(DBUS_LIBS) \
|
2008-07-27 23:32:35 +00:00
|
|
|
$(GNOME_DESKTOP_LIBS) \
|
|
|
|
$(GIO_LIBS)
|
2003-01-16 20:51:24 +00:00
|
|
|
|
|
|
|
gnome_theme_test_SOURCES = \
|
|
|
|
gnome-theme-test.c
|
|
|
|
|
|
|
|
gnome_theme_test_LDADD = \
|
2003-06-03 16:42:01 +00:00
|
|
|
libcommon.la \
|
2003-01-16 20:51:24 +00:00
|
|
|
$(GNOMECC_CAPPLETS_LIBS)
|
|
|
|
|
|
|
|
noinst_PROGRAMS = \
|
2008-07-27 23:32:35 +00:00
|
|
|
gnome-theme-test
|