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

« back to all changes in this revision

Viewing changes to .pc/01_lpi.patch/gnomine/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:
12
12
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
13
13
        -DDATA_DIRECTORY=\"$(datadir)/gnomine\" \
14
14
        -DLOCALEDIR=\"$(datadir)/locale\" \
15
 
        $(GTK_CFLAGS)
 
15
        $(GTK_CFLAGS) \
 
16
        $(RSVG_CFLAGS)
16
17
 
17
18
gnomine_VALAFLAGS = \
18
19
        --pkg posix \
24
25
 
25
26
gnomine_LDADD = \
26
27
        $(top_builddir)/libgames-support/libgames-support.la \
27
 
        $(GTK_LIBS)
28
 
 
29
 
if HAVE_RSVG
30
 
gnomine_CFLAGS += $(RSVG_CFLAGS)
31
 
gnomine_LDADD += $(RSVG_LIBS)
32
 
endif
 
28
        $(GTK_LIBS) \
 
29
        $(RSVG_LIBS)
33
30
 
34
31
install-exec-hook:
35
32
        -if test "$(setgid)" = "true"; then \