From eb5df914c640ada97f8f5dca0b2b350a45246bce Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Fri, 20 Jul 2012 11:25:54 +0200 Subject: [PATCH] Use xdt-csource instead of exo-csource --- autogen.sh | 2 +- data/interfaces/Makefile.am | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/autogen.sh b/autogen.sh index aa17066..0c41ab6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -5,7 +5,7 @@ # # Written for Xfce by Benedikt Meurer . -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 < $@ + 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 @@ -41,4 +41,4 @@ CLEANFILES = \ EXTRA_DIST = \ $(interfaces) \ - $(interfaces_h) \ No newline at end of file + $(interfaces_h)