~serge-hallyn/ubuntu/raring/spice/spice-fixed2

« back to all changes in this revision

Viewing changes to client/gui/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Liang Guo
  • Date: 2011-07-23 12:21:04 UTC
  • Revision ID: package-import@ubuntu.com-20110723122104-gvv70gd6ui6213qd
Tags: upstream-0.8.2
ImportĀ upstreamĀ versionĀ 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
EXTRA_DIST = \
 
4
        commonv2c.ttf.c                 \
 
5
        commonwealth-10.font.c          \
 
6
        dejavu_sans-10.font.c           \
 
7
        dejavu_sans.ttf.c               \
 
8
        gui.cpp                         \
 
9
        gui.h                           \
 
10
        resource_provider.cpp           \
 
11
        resource_provider.h             \
 
12
        softrenderer.cpp                \
 
13
        softrenderer.h                  \
 
14
        softtexture.cpp                 \
 
15
        softtexture.h                   \
 
16
        taharez_look.imageset.c         \
 
17
        taharez_look.looknfeel.c        \
 
18
        taharez_look.scheme.c           \
 
19
        taharez_look.tga.c              \
 
20
        $(NULL)
 
21