Remove invalid dependencies on LibGnome CFLAGS

Much work has been done to change LibGnome Druids to GtkAssistants. The
Makefiles in the containing directories no longer need to use $GNOME_CFLAGS
or $GNOME_LDFLAGS. In a few cases where there still is a dependency,
there's also a dependency on GCONF, so this change also adds $GCONF_CFLAGS
and $GCONF_LDFLAGS to those Makefiles to clarify the dependency.

There were also a few cases where the dependency consisted of a no-longer-
needed include, or where an include was more general than appropriate. 
This change cleans up those cases as well.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21796 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls
2011-12-29 23:28:23 +00:00
parent e707b1227c
commit dda1b7283e
29 changed files with 41 additions and 33 deletions

View File

@@ -35,7 +35,6 @@
#ifndef GNC_GNOME_UTILS_H
#define GNC_GNOME_UTILS_H
#include <libgnome/libgnome.h>
#include <gnc-main-window.h>
/** Initialize the Gnome libraries. */