~ubuntu-branches/ubuntu/raring/xsplash/raring

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-08-10 13:02:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810130208-orksx6uxc4z62hyh
Tags: 0.2-0ubuntu1
* New version 0.2 (LP: #411561)
  - Don't use AC_SUBST where we use PKG_CHECK_MODULES, it isn't 
    needed (LP: #411311).
  - src/gtytimeline.c and src/gtytimeline.h
    * Updated the FSF address in the license (LP: #411318) 
  - Include autogen.sh, gtk-doc.make and build/autotools/gtk-doc.m4 in 
    EXTRA_DIST (LP: #411310)
  - Use MOSTLYCLEANFILES instead of DISTCLEANFILES (LP: #411328)
  - Use a real image for the background
  - fix rgba colormap stuff for --gdm-session

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
ACLOCAL_AMFLAGS = -I build/autotools
210
210
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
211
211
SUBDIRS = build data images src
212
 
EXTRA_DIST = COPYING.LGPL
 
212
EXTRA_DIST = COPYING.LGPL       \
 
213
                autogen.sh      \
 
214
                gtk-doc.make    
 
215
 
213
216
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
214
217
all: config.h
215
218
        $(MAKE) $(AM_MAKEFLAGS) all-recursive