~ubuntu-branches/ubuntu/precise/gnome-games/precise-updates

« back to all changes in this revision

Viewing changes to quadrapassel/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-19 20:46:10 UTC
  • mfrom: (1.1.105)
  • Revision ID: package-import@ubuntu.com-20120319204610-2nd2xqq39j8y7t5q
Tags: 1:3.3.92-0ubuntu1
* New upstream release.
  - Swell Foop ported to Vala, no longer in staging
    (LP: #939200, LP: #939210)
* debian/patches/git_fix-iagno-ai.patch: Dropped, upstream
* debian/control.in:
  - Drop no longer needed swell-foop dependencies
* debian/rules:
  - Don't install staging games
* debian/swell-foop.install:
  - Don't install gir files any more; they're not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        -DSOUND_DIRECTORY=\"$(datadir)/quadrapassel/sounds\" \
16
16
        -DLOCALEDIR=\"$(datadir)/locale\" \
17
17
        $(GTK_CFLAGS) \
 
18
        $(RSVG_CFLAGS) \
18
19
        $(CANBERRA_GTK_CFLAGS) \
19
20
        $(CLUTTER_GTK_CFLAGS) \
20
21
        $(CLUTTER_CFLAGS)
39
40
        $(CLUTTER_GTK_LIBS) \
40
41
        $(CLUTTER_LIBS) \
41
42
        $(GTK_LIBS) \
 
43
        $(RSVG_LIBS) \
42
44
        $(INTLLIBS)
43
45
 
44
 
if HAVE_RSVG
45
 
quadrapassel_CFLAGS += $(RSVG_CFLAGS) 
46
 
quadrapassel_LDADD += $(RSVG_LIBS)
47
 
endif
48
 
 
49
46
install-exec-hook:
50
47
        -if test "$(setgid)" = "true"; then \
51
48
          chgrp $(scores_group) $(DESTDIR)$(bindir)/quadrapassel && chmod 2555 $(DESTDIR)$(bindir)/quadrapassel ;\