]> git.pld-linux.org Git - packages/control-center.git/blame - control-center-themus-glade.patch
- funcionality already fixed in gnome-network
[packages/control-center.git] / control-center-themus-glade.patch
CommitLineData
d44117a1
MK
1diff -Nuard control-center-2.4.0.orig/vfs-methods/themus/Makefile.am control-center-2.4.0/vfs-methods/themus/Makefile.am
2--- control-center-2.4.0.orig/vfs-methods/themus/Makefile.am 2003-08-28 01:01:56.000000000 +0200
3+++ control-center-2.4.0/vfs-methods/themus/Makefile.am 2003-11-09 03:51:25.000000000 +0100
4@@ -2,6 +2,7 @@
5 $(THEMUS_THUMBNAILER_CFLAGS) \
6 $(THEMUS_COMPONENT_CFLAGS) \
7 -I$(top_srcdir)/capplets/common \
8+ -DGNOMECC_GLADE_DIR=\"$(GNOMECC_GLADE_DIR)\" \
9 -DDIRECTORY_DIR=\"$(vfsdirectorydir)\" \
10 -DDATA_DIR=\"$(datadir)/themus\"
11
12@@ -39,7 +40,8 @@
13 themus-properties-view.h \
14 themus-properties-main.c
15
16-pkgdata_DATA = apply-font.glade
17+Gladedir = $(GNOMECC_GLADE_DIR)
18+Glade_DATA = apply-font.glade
19
20 @INTLTOOL_DIRECTORY_RULE@
21
22@@ -78,6 +80,7 @@
23 @INTLTOOL_SCHEMAS_RULE@
24
25 EXTRA_DIST = \
26+ $(Glade_DATA) \
27 apply-font.glade \
28 theme-method.directory.in \
29 theme-method.conf \
This page took 0.038197 seconds and 4 git commands to generate.