~ubuntu-branches/debian/sid/gnome-chess/sid

« back to all changes in this revision

Viewing changes to src/dialogs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2005-09-04 18:16:43 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050904181643-qfph33u3pa4azz5h
Tags: 0.3.3-6
* Fix problems with gcc 4.0:
  + debian/patches/021-gcc-4.0-fixes.diff: New patch.
  + Closes: #258798 "FTBFS with gcc-3.4: label at end of compound statement"
* Fix wrong Debian patch:
  + debian/patch/019-assertions.diff: Fixed.
  + Partly addresses bug #247846 "Crashes after a few moves (assertion
    failed)". This fix is not perfect. As Göran Weinholt notes in the
    bug report, assertions are not the way to go, but are a temporary
    stop-gap measure. (Better assertions than unpredicable results.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        dialog-promotion.c                      \
13
13
        dialog-level.c                          \
14
14
        dialog-login.c                          \
 
15
        dialog-pgn.c                            \
15
16
        dialog-prefs.c                          \
16
17
        dialogs.h
17
18
 
20
21
        promotion.glade         \
21
22
        login.glade             \
22
23
        level.glade             \
23
 
        prefs.glade
24
 
 
25
 
glade_msgs =                    \
26
 
        promotion.glade.h       \
27
 
        login.glade.h           \
28
 
        level.glade.h           \
29
 
        prefs.glade.h           
30
 
 
31
 
EXTRA_DIST = $(glade_DATA) $(glade_msgs)
 
24
        prefs.glade             \
 
25
        pgn.glade
 
26
 
 
27
EXTRA_DIST = $(glade_DATA)
32
28
 
33
29
 
34
30