From: Duncan C. <dun...@wo...> - 2007-07-05 19:28:26
|
Thu Jul 5 12:11:42 PDT 2007 Duncan Coutts <du...@ha...> * Use a local .h file that includes both gnomefvs headers So we don't have to locally include extra headers for particular .chs files. This is the same system we use for sourceview, cairo and svgcairo. hunk ./Makefile.am 1666 -libHSgnomevfs_a_HEADER = libgnomevfs/gnome-vfs.h +libHSgnomevfs_a_HEADER = gnomevfs/gnomevfs.h hunk ./Makefile.am 1719 -gnomevfs_System_Gnome_VFS_MIME_hs_HCFLAGS = '-\#include "libgnomevfs/gnome-vfs-mime.h"' hunk ./gnomevfs/System/Gnome/VFS/MIME.chs 44 - -#c -#include <libgnomevfs/gnome-vfs-mime.h> -#endc addfile ./gnomevfs/gnomevfs.h hunk ./gnomevfs/gnomevfs.h 1 +#include <libgnomevfs/gnome-vfs.h> +#include <libgnomevfs/gnome-vfs-mime.h> hunk ./mk/common.mk 216 - -C "$(filter -I%,$(AM_CPPFLAGS) $(CPPFLAGS)) $($(PKG)_CPPFLAGS)" \ |