diff -Nuard control-center-2.4.0.orig/vfs-methods/themus/Makefile.am control-center-2.4.0/vfs-methods/themus/Makefile.am --- control-center-2.4.0.orig/vfs-methods/themus/Makefile.am 2003-08-28 01:01:56.000000000 +0200 +++ control-center-2.4.0/vfs-methods/themus/Makefile.am 2003-11-09 03:51:25.000000000 +0100 @@ -2,6 +2,7 @@ $(THEMUS_THUMBNAILER_CFLAGS) \ $(THEMUS_COMPONENT_CFLAGS) \ -I$(top_srcdir)/capplets/common \ + -DGNOMECC_GLADE_DIR=\"$(GNOMECC_GLADE_DIR)\" \ -DDIRECTORY_DIR=\"$(vfsdirectorydir)\" \ -DDATA_DIR=\"$(datadir)/themus\" @@ -39,7 +40,8 @@ themus-properties-view.h \ themus-properties-main.c -pkgdata_DATA = apply-font.glade +Gladedir = $(GNOMECC_GLADE_DIR) +Glade_DATA = apply-font.glade @INTLTOOL_DIRECTORY_RULE@ @@ -78,6 +80,7 @@ @INTLTOOL_SCHEMAS_RULE@ EXTRA_DIST = \ + $(Glade_DATA) \ apply-font.glade \ theme-method.directory.in \ theme-method.conf \