~smspillaz/xig/xig.disconnect-signals

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Robert Ancell
  • Date: 2012-01-06 01:25:12 UTC
  • Revision ID: robert.ancell@canonical.com-20120106012512-gy8rmb2e3hxz9bbh
Make a common XigCodec class

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
mainheaderdir=$(includedir)/xig-0
13
13
 
14
14
libxig_0include_HEADERS = \
 
15
        xig/xig-codec.h \
 
16
        xig/xig-codec-logger.h \
15
17
        xig/xig-client.h \
 
18
        xig/xig-client-codec.h \
16
19
        xig/xig-drawable.h \
17
20
        xig/xig-events.h \
18
21
        xig/xig-pixmap.h \
19
22
        xig/xig-pixmap-format.h \
20
23
        xig/xig-remote-client.h \
21
 
        xig/xig-remote-client-logger.h \
22
24
        xig/xig-screen.h \
23
25
        xig/xig-server.h \
24
26
        xig/xig-server-codec.h \
28
30
libxig_0includedir=$(mainheaderdir)/xig
29
31
 
30
32
libxig_0_la_SOURCES= \
 
33
        xig-codec.c \
 
34
        xig-codec-logger.c \
31
35
        xig-client.c \
 
36
        xig-client-codec.c \
32
37
        xig-drawable.c \
33
38
        xig-drawable-private.h \
34
39
        xig-common.c \
38
43
        xig-pixmap-format.c \
39
44
        xig-pixmap-format-private.h \
40
45
        xig-remote-client.c \
41
 
        xig-remote-client-logger.c \
42
46
        xig-remote-client-private.h \
43
47
        xig-screen.c \
44
48
        xig-screen-private.h \