~ctf/unity-settings-daemon/bug1389099_mic_volume_icons

« back to all changes in this revision

Viewing changes to plugins/screensaver-proxy/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-07 11:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20140207114436-7t5u3yvwc4ul7w3e
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin_name = screensaver-proxy
 
2
 
 
3
plugin_LTLIBRARIES = libscreensaver-proxy.la
 
4
 
 
5
libscreensaver_proxy_la_SOURCES =       \
 
6
        gsd-screensaver-proxy-manager.c \
 
7
        gsd-screensaver-proxy-manager.h \
 
8
        gsd-screensaver-proxy-plugin.c
 
9
 
 
10
libscreensaver_proxy_la_CPPFLAGS =                              \
 
11
        -I$(top_srcdir)/gnome-settings-daemon                   \
 
12
        -DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\"      \
 
13
        $(AM_CPPFLAGS)
 
14
 
 
15
libscreensaver_proxy_la_CFLAGS =        \
 
16
        $(PLUGIN_CFLAGS)                \
 
17
        $(SETTINGS_PLUGIN_CFLAGS)       \
 
18
        $(AM_CFLAGS)
 
19
 
 
20
libscreensaver_proxy_la_LDFLAGS = $(GSD_PLUGIN_LDFLAGS)
 
21
 
 
22
libscreensaver_proxy_la_LIBADD  = $(SETTINGS_PLUGIN_LIBS)
 
23
 
 
24
libexec_PROGRAMS = usd-test-screensaver-proxy
 
25
 
 
26
usd_test_screensaver_proxy_SOURCES =            \
 
27
        test-screensaver-proxy.c                        \
 
28
        gsd-screensaver-proxy-manager.c         \
 
29
        gsd-screensaver-proxy-manager.h
 
30
 
 
31
usd_test_screensaver_proxy_CPPFLAGS =                                   \
 
32
        -I$(top_srcdir)/data/                                   \
 
33
        -I$(top_srcdir)/gnome-settings-daemon                   \
 
34
        -I$(top_srcdir)/plugins/common                          \
 
35
        -DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\"      \
 
36
        -DLIBEXECDIR=\""$(libexecdir)"\"                        \
 
37
        $(AM_CPPFLAGS)
 
38
 
 
39
usd_test_screensaver_proxy_CFLAGS =                     \
 
40
        $(PLUGIN_CFLAGS)                \
 
41
        $(SETTINGS_PLUGIN_CFLAGS)       \
 
42
        $(AM_CFLAGS)
 
43
 
 
44
usd_test_screensaver_proxy_LDADD =                                              \
 
45
        $(top_builddir)/gnome-settings-daemon/libgsd.la         \
 
46
        $(top_builddir)/plugins/common/libcommon.la             \
 
47
        $(SETTINGS_DAEMON_LIBS)                 \
 
48
        $(SETTINGS_PLUGIN_LIBS)
 
49
 
 
50
plugin_in_files = screensaver-proxy.gnome-settings-plugin.in
 
51
 
 
52
plugin_DATA = $(plugin_in_files:.gnome-settings-plugin.in=.gnome-settings-plugin)
 
53
 
 
54
EXTRA_DIST = $(plugin_in_files)
 
55
 
 
56
CLEANFILES = $(plugin_DATA)
 
57
 
 
58
DISTCLEANFILES = $(plugin_DATA)
 
59
 
 
60
@GSD_INTLTOOL_PLUGIN_RULE@