[Xfce4-commits] <thunarx-python:master> Removed override stuff

Adam Plumb noreply at xfce.org
Thu May 27 18:11:02 CEST 2010


Updating branch refs/heads/master
         to b3680f886200d518c046dd800d6f57bb9225ebb9 (commit)
       from 685ec8321d745c1e9c073a219920f04062c87e5b (commit)

commit b3680f886200d518c046dd800d6f57bb9225ebb9
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Fri Sep 18 13:07:29 2009 -0400

    Removed override stuff

 src/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index a0d375d..7c19946 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,10 +43,10 @@ libthunarx_la_SOURCES = \
 nodist_libthunarx_la_SOURCES = \
     thunarx.c
 
-thunarx.c: thunarx.defs thunarx.override
+thunarx.c: thunarx.defs
 
 CLEANFILES = thunarx.c
-EXTRA_DIST = thunarx.override thunarx.defs
+EXTRA_DIST = thunarx.defs
 
 .defs.c:
 	(cd $(srcdir)\
@@ -54,7 +54,6 @@ EXTRA_DIST = thunarx.override thunarx.defs
 	    --register $(PYGTK_DEFSDIR)/pango-types.defs \
             --register $(PYGTK_DEFSDIR)/gdk-types.defs \
             --register $(PYGTK_DEFSDIR)/gtk-types.defs \
-            --override $*.override \
             --prefix py$* $*.defs) > gen-$*.c \
         && cp gen-$*.c $*.c \
         && rm -f gen-$*.c



More information about the Xfce4-commits mailing list