~ubuntu-branches/ubuntu/precise/xfwm4/precise-updates

« back to all changes in this revision

Viewing changes to settings-dialogs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-04 15:17:29 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204151729-h9n8i0zeqr23ujtx
Tags: 4.7.2-0ubuntu1
* New upstream development release.
* Resync packaging with pkg-xfce svn: drop patch included upstream, drop
  unused overrides from debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        xfwm4-workspace-dialog_ui.h
88
88
 
89
89
xfwm4-workspace-dialog_ui.h: xfwm4-workspace-dialog.glade
90
 
        exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui $< >$@
 
90
        $(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=workspace_dialog_ui $< >$@
91
91
 
92
92
xfwm4-dialog_ui.h: xfwm4-dialog.glade
93
 
        exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui $< >$@
 
93
        $(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=xfwm4_dialog_ui $< >$@
94
94
 
95
95
xfwm4-tweaks-dialog_ui.h: xfwm4-tweaks-dialog.glade
96
 
        exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui $< >$@
 
96
        $(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=tweaks_dialog_ui $< >$@
97
97
 
98
98
monitor-icon.h: $(srcdir)/monitor-icon.png
99
 
        gdk-pixbuf-csource --raw --build-list \
 
99
        $(AM_V_GEN) gdk-pixbuf-csource --raw --build-list \
100
100
        monitor_icon_data $(srcdir)/monitor-icon.png > monitor-icon.h
101
101
 
102
102
endif