~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to capplets/appearance/Makefile.am

Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = data
2
 
 
3
 
# This is used in GNOMECC_CAPPLETS_CFLAGS
4
 
cappletname = appearance
5
 
 
6
 
bin_PROGRAMS = gnome-appearance-properties
7
 
 
8
 
gnome_appearance_properties_SOURCES = \
9
 
        appearance.h \
10
 
        appearance-desktop.c \
11
 
        appearance-desktop.h \
12
 
        appearance-font.c \
13
 
        appearance-font.h \
14
 
        appearance-main.c \
15
 
        appearance-themes.c \
16
 
        appearance-themes.h \
17
 
        appearance-style.c \
18
 
        appearance-style.h \
19
 
        gnome-wp-info.c \
20
 
        gnome-wp-info.h \
21
 
        gnome-wp-item.c \
22
 
        gnome-wp-item.h \
23
 
        gnome-wp-xml.c \
24
 
        gnome-wp-xml.h \
25
 
        theme-installer.c \
26
 
        theme-installer.h \
27
 
        theme-save.c \
28
 
        theme-save.h \
29
 
        theme-util.c \
30
 
        theme-util.h
31
 
 
32
 
AM_CFLAGS = -DGNOME_DESKTOP_USE_UNSTABLE_API
33
 
 
34
 
gnome_appearance_properties_LDADD = \
35
 
        $(top_builddir)/libwindow-settings/libgnome-window-settings.la \
36
 
        $(top_builddir)/capplets/common/libcommon.la \
37
 
        $(GNOMECC_CAPPLETS_LIBS) \
38
 
        $(FONT_CAPPLET_LIBS) \
39
 
        $(METACITY_LIBS)
40
 
gnome_appearance_properties_LDFLAGS = -export-dynamic
41
 
 
42
 
gtkbuilderdir = $(pkgdatadir)/ui
43
 
pixmapdir = $(pkgdatadir)/pixmaps
44
 
wallpaperdir = $(datadir)/gnome-background-properties
45
 
 
46
 
INCLUDES = \
47
 
        $(METACITY_CFLAGS) \
48
 
        $(GNOMECC_CAPPLETS_CFLAGS) \
49
 
        $(FONT_CAPPLET_CFLAGS) \
50
 
        -DGNOMELOCALEDIR="\"$(datadir)/locale\"" \
51
 
        -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\"" \
52
 
        -DGNOMECC_GTKBUILDER_DIR="\"$(gtkbuilderdir)\"" \
53
 
        -DGNOMECC_PIXMAP_DIR="\"$(pixmapdir)\"" \
54
 
        -DWALLPAPER_DATADIR="\"$(wallpaperdir)\""
55
 
 
56
 
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
57
 
 
58
 
-include $(top_srcdir)/git.mk