com gtk/php-gtk: Re-order gen sources.: ext/gtk+/Makefile.frag

[email protected] (David Soria Parra) Wed, 12 Oct 2005 20:44:08 +0000
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    e32f476d518a542dcb1f666144a29df85cd1c001
Author:    Andrei Zmievski <[email protected]>         Wed, 12 Oct 2005 20:44:08 +0000
Parents:   7b2cf27d55645070243d453c5d1d5f31f7cc4f20
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=e32f476d518a542dcb1f666144a29df85cd1c001

Log:
Re-order gen sources.

Changed paths:
  M  ext/gtk+/Makefile.frag


Diff:
e32f476d518a542dcb1f666144a29df85cd1c001
diff --git a/ext/gtk+/Makefile.frag b/ext/gtk+/Makefile.frag
index 60b4896..6c19e93 100644
--- a/ext/gtk+/Makefile.frag
+++ b/ext/gtk+/Makefile.frag
@@ -10,10 +10,10 @@ GTK_OVERRIDES = \
 	$(srcdir)/gtktreeview.overrides
 
 gen_sources = \
-	$(builddir)/gen_gtk.c \
-	$(builddir)/gen_gdk.c \
 	$(builddir)/gen_atk.c \
-	$(builddir)/gen_pango.c
+	$(builddir)/gen_pango.c \
+	$(builddir)/gen_gdk.c \
+	$(builddir)/gen_gtk.c
 
 $(gen_sources:.c=.lo): $(gen_sources)