~laney/bamf/multiple-xdg-current-desktop-values

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Jason Smith
  • Date: 2009-07-17 06:52:52 UTC
  • Revision ID: jason@t500-20090717065252-ab2q59azh1npf8kx
Autogen foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDE =               \
 
2
        -I.             \
 
3
        -I$(srcdir)     \
 
4
        $(NULL)
 
5
 
 
6
wncksyncdaemondir = $(libexecdir)
 
7
 
 
8
wncksyncdaemon_PROGRAMS = \
 
9
                wncksyncdaemon \
 
10
                $(NULL)
 
11
 
 
12
wncksyncdaemon_sources = \
 
13
                main.c \
 
14
                wncksyncdbus.c \
 
15
                windowmatcher.c \
 
16
                $(NULL)
 
17
 
 
18
wncksyncdaemon_headers = \
 
19
                main.h \
 
20
                windowmatcher.h \
 
21
                wncksyncdbus.h \
 
22
                wncksyncdbus-glue.h \
 
23
                $(NULL)
 
24
 
 
25
wncksyncdaemon_SOURCES = \
 
26
                $(wncksyncdaemon_sources) \
 
27
                $(wncksyncdaemon_headers) \
 
28
                $(NULL)
 
29
 
 
30
wncksyncdaemon_LDADD = \
 
31
                $(X_LIBS) \
 
32
                $(GLIB_LIBS) \
 
33
                $(GTK_LIBS) \
 
34
                $(DBUS_LIBS) \
 
35
                $(WNCK_LIBS) \
 
36
                $(GTOP_LIBS) \
 
37
                $(NULL)
 
38
 
 
39
wncksyncdaemon_CFLAGS = \
 
40
                -Wall -std=c99 \
 
41
                -DDATADIR=\""$(datadir)"\" \
 
42
                $(GLIB_CFLAGS) \
 
43
                $(GTK_CFLAGS) \
 
44
                $(DBUS_CFLAGS) \
 
45
                $(WNCK_CFLAGS) \
 
46
                $(GTOP_CFLAGS) \
 
47
                $(NULL)
 
48
 
 
49
wncksyncdaemon_LDFLAGS = \
 
50
                -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions \
 
51
                $(NULL)
 
52
 
 
53
wncksyncdbus-glue.h: wncksyncdbus-glue.xml Makefile
 
54
                $(LIBTOOL) --mode=execute $(DBUS_GLIB_BIN)/dbus-binding-tool --prefix=wncksync_dbus --mode=glib-server --output=$@ $<
 
55
 
 
56
BUILT_SOURCES = \
 
57
        wncksyncdbus-glue.h
 
58
 
 
59
EXTRA_DIST = \
 
60
        wncksyncdbus-glue.xml