]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Use absolute includes for config.h.
authorJordi Mallach <jordi@sindominio.net>
Mon, 2 May 2011 10:47:38 +0000 (12:47 +0200)
committerJordi Mallach <jordi@sindominio.net>
Mon, 2 May 2011 11:14:58 +0000 (13:14 +0200)
This should fix builds where $builddir != $srcdir. It also fixes eye
bleeding.

src/client.c
src/commands.c
src/config.c
src/dialogs.c
src/fields.c
src/gtetrinet.c
src/partyline.c
src/sound.c
src/tetrinet.c
src/winlist.c

index 6fe53af20f8864ea7171b9dd9360baacf28d1d22..7c6d64551753a93ef677ce5e8430c8af5941be8d 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <stdio.h>
index 46acc9f2ecc4267b89c34158ada4dcb6762282af..7588acf2d9ba89bbd3be98d69020d8854546f765 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index fe9a6b393832b6721cde0282ccf8533add5ce514..e36b17221e56ba00fc84be784f64a4b1941511bc 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index b7dfa358bd32dff696c344235196e3ff98cb9f15..8f19320d7afbebe97e4db7930970df9b5e25ab92 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index 5a30fc8e8c7876e1fed35cbcde20845c2969fd0d..e0ba2f747eb7adaf1e449b552a871e9c13032d38 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index de4023380bc9e32b56cce1e8c019dcdb70d0fe78..dbac7879d6469d6656c6feee0d1754baa25b8987 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index 490326d3381709426e9f2f4d3e5875a890dc694a..16d835fcb20115b8ae9d873bc14c0ad9469ae713 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index 8c2c00d51d9dd6bf30d9729a76c7328030654554..93e4797f548468871a6972421c8b4d2d0cce237e 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index a437d83884acc7f19b954ad42a3310f5d6d5f44d..8dbb36ef8b3fc3929fc87be6ca00a2f65f876b2b 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>
index 4dec9f53ed299db46483c317a1e98ca4d441e069..4ac8c1ec3dcefb2b3bb67b371da1856ec66eb856 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "../config.h"
+#include <config.h>
 #endif
 
 #include <gtk/gtk.h>