Skip to content

Commit

Permalink
Use xdt-csource instead of exo-csource
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxdis committed Jul 20, 2012
1 parent 16bc1e8 commit eb5df91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Written for Xfce by Benedikt Meurer <[email protected]>.

export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
export XDT_AUTOGEN_REQUIRED_VERSION="4.9.0"

(type xdt-autogen) >/dev/null 2>&1 || {
cat >&2 <<EOF
Expand Down
16 changes: 8 additions & 8 deletions data/interfaces/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ if MAINTAINER_MODE
BUILT_SOURCES = $(interfaces_h)

parole_ui.h: parole.ui
exo-csource --static --strip-comments --strip-content --name=parole_ui $< > $@
xdt-csource --static --strip-comments --strip-content --name=parole_ui $< > $@

parole-settings_ui.h: parole-settings.ui
exo-csource --static --strip-comments --strip-content --name=parole_settings_ui $< > $@
xdt-csource --static --strip-comments --strip-content --name=parole_settings_ui $< > $@

playlist_ui.h: playlist.ui
exo-csource --static --strip-comments --strip-content --name=playlist_ui $< > $@
xdt-csource --static --strip-comments --strip-content --name=playlist_ui $< > $@

mediachooser_ui.h: mediachooser.ui
exo-csource --static --strip-comments --strip-content --name=mediachooser_ui $< > $@
xdt-csource --static --strip-comments --strip-content --name=mediachooser_ui $< > $@

save-playlist_ui.h: save-playlist.ui
exo-csource --static --strip-comments --strip-content --name=save_playlist_ui $< > $@
xdt-csource --static --strip-comments --strip-content --name=save_playlist_ui $< > $@

open-location_ui.h: open-location.ui
exo-csource --static --strip-comments --strip-content --name=open_location_ui $< > $@
xdt-csource --static --strip-comments --strip-content --name=open_location_ui $< > $@

plugins_ui.h: plugins.ui
exo-csource --static --strip-comments --strip-content --name=plugins_ui $< > $@
xdt-csource --static --strip-comments --strip-content --name=plugins_ui $< > $@

endif

Expand All @@ -41,4 +41,4 @@ CLEANFILES = \

EXTRA_DIST = \
$(interfaces) \
$(interfaces_h)
$(interfaces_h)

0 comments on commit eb5df91

Please sign in to comment.