~jderose/ubuntu/utopic/unity-settings-daemon/tune-syndaemon

« back to all changes in this revision

Viewing changes to gnome-settings-daemon/Makefile.am

  • Committer: Jason Gerard DeRose
  • Date: 2014-10-15 20:31:09 UTC
  • mfrom: (17.1.5 utopic-proposed)
  • Revision ID: jason@system76.com-20141015203109-lhe5ycao08ftikax
Merge 14.04.0+14.10.20141014-0ubuntu1 from Utopic

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        gsd-idle-monitor.c \
34
34
        gsd-idle-monitor.h
35
35
 
 
36
nodist_libunity_settings_daemon_la_SOURCES =            \
 
37
        $(dbus_idle_built_sources)
 
38
 
36
39
libunity_settings_daemon_include_HEADERS =              \
37
40
        gsd-pnp-ids.h \
38
41
        gsd-rr.h \
55
58
        -version-info 1:0:0 \
56
59
        -export-symbols-regex \^gsd_.*
57
60
 
 
61
BUILT_SOURCES = $(dbus_idle_built_sources)
 
62
 
 
63
dbus_idle_built_sources = meta-dbus-idle-monitor.c meta-dbus-idle-monitor.h
 
64
 
 
65
$(dbus_idle_built_sources) : Makefile.am idle-monitor.xml
 
66
        $(AM_V_GEN)gdbus-codegen                                                        \
 
67
                --interface-prefix org.gnome.Mutter                                     \
 
68
                --c-namespace MetaDBus                                                  \
 
69
                --generate-c-code meta-dbus-idle-monitor                                \
 
70
                --c-generate-object-manager                                             \
 
71
                $(srcdir)/idle-monitor.xml
 
72
 
58
73
check_gl_texture_size_CPPFLAGS = \
59
74
        $(CHECK_GL_TEXTURE_SIZE_CFLAGS)
60
75
 
99
114
        unity-settings-daemon-localeexec
100
115
 
101
116
EXTRA_DIST = \
102
 
        unity-settings-daemon-localeexec.in
 
117
        unity-settings-daemon-localeexec.in \
 
118
        idle-monitor.xml
103
119
 
104
120
unity-settings-daemon-localeexec: unity-settings-daemon-localeexec.in
105
121
        $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" -e "s|\@prefix\@|$(prefix)|"  $< > $@.tmp && mv $@.tmp $@
137
153
        $(GNOME_DESKTOP_LIBS)           \
138
154
        $(NULL)
139
155
 
140
 
CLEANFILES = $(gsd_SCRIPTS)
 
156
CLEANFILES = $(gsd_SCRIPTS)             \
 
157
        $(dbus_idle_built_sources)
141
158
 
142
159
# vim: ts=8