[Xfce4-commits] <libxfce4ui:master> Use xdt-csource instead of exo-csource.

Nick Schermer noreply at xfce.org
Mon Oct 3 22:42:01 CEST 2011


Updating branch refs/heads/master
         to 9051b405fb8779062a7e967da83787db67c58cd6 (commit)
       from 278d5608bfd4eb4fbcc96f4e6b2ccf7fc1d546f2 (commit)

commit 9051b405fb8779062a7e967da83787db67c58cd6
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Oct 3 22:40:52 2011 +0200

    Use xdt-csource instead of exo-csource.
    
    This to avoid circular dependency.

 xfce4-about/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfce4-about/Makefile.am b/xfce4-about/Makefile.am
index bf35601..8838cf8 100644
--- a/xfce4-about/Makefile.am
+++ b/xfce4-about/Makefile.am
@@ -39,7 +39,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 if MAINTAINER_MODE
 
 about-dialog-ui.h: $(srcdir)/xfce4-about-dialog.glade Makefile
-	$(AM_V_GEN) exo-csource --static --strip-comments --strip-content --name=xfce_about_dialog_ui $< >$@
+	$(AM_V_GEN) xdt-csource --static --strip-comments --strip-content --name=xfce_about_dialog_ui $< >$@
 
 DISTCLEANFILES = \
 	$(xfce4_about_built_sources)


More information about the Xfce4-commits mailing list