com gtk/php-gtk: Fix the compilation order, so that gen_gtk.c is compiled (and hence generated fi rst).: ext/gtk+/config.m4
[email protected] (David Soria Parra) Tue, 04 Oct 2005 05:58:53 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 9b3e7758e1b8ce770e7e97c27396be354395e067=0AAuthor: Andrei Zmi= evski <[email protected]> Tue, 4 Oct 2005 05:58:53 +0000=0AParents: = 027461aa8cf82c7bae7499f79378e1c4897774e0=0ABranches: master=0A=0ALink: = http://git.php.net/?p=3Dgtk/php-gtk.git;a=3Dcommitdiff;h=3D9b3e7758e1b8c= e770e7e97c27396be354395e067=0A=0ALog:=0AFix the compilation order, so that = gen_gtk.c is compiled (and hence=0Agenerated first).=0A=0AChanged paths:=0A= M ext/gtk+/config.m4=0A=0A=0ADiff:=0A9b3e7758e1b8ce770e7e97c27396be35439= 5e067=0Adiff --git a/ext/gtk+/config.m4 b/ext/gtk+/config.m4=0Aindex 311f1a= 0..76e2633 100644=0A--- a/ext/gtk+/config.m4=0A+++ b/ext/gtk+/config.m4=0A@= @ -28,4 +28,4 @@ PHP_EVAL_LIBLINE($PANGO_LIBS, PHP_GTK2_SHARED_LIBADD)=0A = =0A PHP_SUBST(PHP_GTK2_SHARED_LIBADD)=0A =0A-PHP_GTK_EXTENSION([gtk+], no, = php_gtk+.c, [gen_atk.c gen_pango.c gen_gdk.c gen_gtk.c php_gtk+_types.c])= =0A+PHP_GTK_EXTENSION([gtk+], no, [gen_gtk.c php_gtk+.c php_gtk+_types.c], = [gen_atk.c gen_pango.c gen_gdk.c])=0A