~smspillaz/xig/xig.real-get-property-reply-message-length

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-11-28 04:14:54 UTC
  • Revision ID: robert.ancell@canonical.com-20111128041454-bnkb4izoziorucpi
Add a stub XigClient

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-client.h \
15
16
        xig/xig-drawable.h \
16
17
        xig/xig-events.h \
17
18
        xig/xig-pixmap.h \
24
25
libxig_0includedir=$(mainheaderdir)/xig
25
26
 
26
27
libxig_0_la_SOURCES= \
 
28
        xig-client.c \
27
29
        xig-drawable.c \
28
30
        xig-drawable-private.h \
29
31
        xig-common.c \