Build fixes for latest Gtk+

* configure.in: Add AM_PATH_GTK check
	* libgnomevfs-pthread/Makefile.am: Use $(GTK_CFLAGS) in compiler flags
	* mime-type-capplet/Makefile.am: likewise
	* modules/Makefile.am: likewise
	* test/Makefile.am: likewise
	* test/gnome-file-selection/Makefile.am: likewise
This commit is contained in:
Maciej Stachowiak 2000-09-11 03:14:50 +00:00
parent 6e43a028dc
commit 8d711c455a

View file

@ -4,6 +4,7 @@ INCLUDES = -I. -I$(srcdir) \
$(CAPPLET_INCLUDEDIR) \
$(OAF_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_CFLAGS) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
-I$(includedir) \
$(VFS_CFLAGS) $(WERROR)