aboutsummaryrefslogtreecommitdiffstats
path: root/data/cde_app_root/dt/appconfig/types/C
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-04-29 03:25:38 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-04-29 03:25:38 +0800
commit67074d45c77b9645ed80fecd72332a7e29167c5c (patch)
tree29b0f16cafd68dda08c3b33597c4b40fd1b7f69a /data/cde_app_root/dt/appconfig/types/C
parent432b014a9fa9fb8af783aba6fe92e5fcfea7eeaa (diff)
downloadgsoc2013-evolution-67074d45c77b9645ed80fecd72332a7e29167c5c.tar
gsoc2013-evolution-67074d45c77b9645ed80fecd72332a7e29167c5c.tar.gz
gsoc2013-evolution-67074d45c77b9645ed80fecd72332a7e29167c5c.tar.bz2
gsoc2013-evolution-67074d45c77b9645ed80fecd72332a7e29167c5c.tar.lz
gsoc2013-evolution-67074d45c77b9645ed80fecd72332a7e29167c5c.tar.xz
gsoc2013-evolution-67074d45c77b9645ed80fecd72332a7e29167c5c.tar.zst
gsoc2013-evolution-67074d45c77b9645ed80fecd72332a7e29167c5c.zip
Use $(privdatadir) instead of $(prefix)/share/evolution-$(BASE_VERSION)
2003-04-28 Rodney Dawes <dobey@ximian.com> * data/cde_app_root/: Use $(privdatadir) instead of $(prefix)/share/evolution-$(BASE_VERSION) for the cde stuff svn path=/trunk/; revision=20992
Diffstat (limited to 'data/cde_app_root/dt/appconfig/types/C')
-rw-r--r--data/cde_app_root/dt/appconfig/types/C/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/cde_app_root/dt/appconfig/types/C/Makefile.am b/data/cde_app_root/dt/appconfig/types/C/Makefile.am
index 68ee200673..3cda99060e 100644
--- a/data/cde_app_root/dt/appconfig/types/C/Makefile.am
+++ b/data/cde_app_root/dt/appconfig/types/C/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = Ximian.dt.in
if HAVE_DTAPPINTEGRATE
-cdetypesdir = $(prefix)/share/evolution-$(BASE_VERSION)/cde_app_root/dt/appconfig/types/C
+cdetypesdir = $(privdatadir)/cde_app_root/dt/appconfig/types/C
cdetypes_DATA = Ximian.dt
-endif \ No newline at end of file
+endif