~bregma/ucube/trunk

« back to all changes in this revision

Viewing changes to ucube/Makefile.am

  • Committer: Stephen M. Webb
  • Date: 2010-09-29 14:08:49 UTC
  • Revision ID: stephen.webb@canonical.com-20100929140849-1dev2tf7zk0iibor
Added support for image loading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        config.h config.cpp \
28
28
        font.h font.cpp \
29
29
        gamestate.h gamestate.cpp \
 
30
        image.h image.cpp \
 
31
        imagecache.h imagecache.cpp \
30
32
        introstate.h introstate.cpp \
31
33
        maths.h \
32
34
        playstate.h \
41
43
        -DDATA_DIR=\"${pkgdatadir}\" \
42
44
        $(GEIS_CFLAGS) \
43
45
        $(SDL_CFLAGS) \
 
46
        $(SDLIMAGE_CFLAGS) \
44
47
        $(GLEW_CFLAGS) \
45
48
        $(FREETYPE_CFLAGS) \
46
49
        $(GL_CFLAGS)
48
51
ucube_LDADD = \
49
52
        $(GEIS_LIBS) \
50
53
        $(SDL_LIBS) \
 
54
        $(SDLIMAGE_LIBS) \
51
55
        $(GLEW_LIBS) \
52
56
        $(FREETYPE_LIBS) \
53
57
        $(GL_LIBS)