Adding the proper HAVE_CONFIG where needed.
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 18 Jan 2007 10:06:52 +0000 (10:06 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Thu, 18 Jan 2007 10:06:52 +0000 (10:06 +0000)
ChangeLog.2
src/hildon-find-toolbar.c
src/hildon-program.c
src/hildon-volumebar.c
src/hildon-vvolumebar.c

index efdc70d..f5260fc 100644 (file)
@@ -1,5 +1,12 @@
 2007-01-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       * src/hildon-find-toolbar.c:
+       * src/hildon-program.c:
+       * src/hildon-volumebar.c:
+       * src/hildon-vvolumebar.c: Adding the proper HAVE_CONFIG where needed.
+
+2007-01-18  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * src/hildon-composite-widget.c:
        * src/hildon-composite-widget.h:
        * src/hildon-date-editor.c:
index 54df6c6..3a74d9b 100644 (file)
  * automatically added to the existing model, unless it is empty.
  */    
 
+#ifdef                                          HAVE_CONFIG_H
 #include                                        <config.h>
+#endif
+
 #include                                        "hildon-find-toolbar.h"
 #include                                        "hildon-defines.h"
 #include                                        <gdk/gdkkeysyms.h>
index 3e52eb2..b204166 100644 (file)
  *
  */
 
+#ifdef                                          HAVE_CONFIG_H
 #include                                        <config.h>
+#endif
+
 #include                                        "hildon-program.h"
 #include                                        "hildon-program-private.h"
 #include                                        "hildon-window-private.h"
index b878f34..8a38127 100644 (file)
  * the volume when users click the mute icon.
  */
 
+#ifdef                                          HAVE_CONFIG_H
 #include                                        <config.h>
+#endif
+
 #include                                        "hildon-volumebar.h"
 #include                                        <gtk/gtk.h>
 #include                                        <gdk/gdkkeysyms.h>
index 4d7fa0e..9bc18bc 100644 (file)
  * within a predefined range, and muting when users click the mute icon.
  */
 
+#ifdef                                          HAVE_CONFIG_H
+#include                                        <config.h>
+#endif
+
 #include                                        "hildon-vvolumebar.h"
 #include                                        <gtk/gtk.h>
 #include                                        "hildon-volumebar-range.h"