~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to data/interfaces/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-12-04 16:13:45 UTC
  • mfrom: (6.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204161345-pkcz5rs7pudco2hl
Tags: 0.8.4.2-1ubuntu1
* Merge from Debian testing, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7~)
  - debian/README.source: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        $(interfaces:.ui=_ui.h)
6
6
 
7
7
if MAINTAINER_MODE
 
8
 
8
9
BUILT_SOURCES = $(interfaces_h)
 
10
 
9
11
xfpm-settings_ui.h: xfpm-settings.ui
10
12
        exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
11
13
endif
12
14
 
13
 
DISTCLEANFILES =                                \
14
 
        $(interfaces_h)
 
15
CLEANFILES =                                    \
 
16
        $(BUILT_SOURCES)
15
17
 
16
18
EXTRA_DIST =                                    \
17
19
        $(interfaces)                           \