mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user