~taylorp36/ubuntu/wily/aisleriot/bug-1490189

« back to all changes in this revision

Viewing changes to src/lib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-26 12:54:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110926125422-fhnx2xyc0qcpgyh2
Tags: 1:3.2.0-0ubuntu1
* New upstream stable release.
  - Distribute a copy of the LGPL
  - Update card theme install info for Debian, Ubuntu & OpenSUSE
  - Build help with yelp-tools instead of gnome-doc-utils
  - Fix game restart
  - Translation updates
* debian/control: Build-depends on yelp-tools
* debian/copyright: Fixed a few lintian warnings
* 03_update_theme_install_data.patch: Dropped, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        $(BUILT_SOURCES) \
40
40
        $(NULL)
41
41
 
42
 
if HAVE_CLUTTER
43
 
libaisleriot_la_SOURCES += \
44
 
        ar-card-textures-cache.c \
45
 
        ar-card-textures-cache.h \
46
 
        $(NULL)
47
 
endif # HAVE_CLUTTER
48
 
 
49
42
if HAVE_RSVG
50
43
libaisleriot_la_SOURCES += \
51
44
        ar-svg.c \
95
88
libaisleriot_la_LIBADD += $(RSVG_LIBS)
96
89
endif # HAVE_RSVG
97
90
 
98
 
if HAVE_CLUTTER
99
 
libaisleriot_la_CFLAGS += $(CLUTTER_CFLAGS)
100
 
libaisleriot_la_LIBADD += $(CLUTTER_LIBS)
101
 
endif # HAVE_CLUTTER
102
 
 
103
91
if HAVE_GNOME
104
92
libaisleriot_la_CFLAGS += $(GNOME_CFLAGS)
105
93
libaisleriot_la_LIBADD += $(GNOME_LIBS)