diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-07 00:36:42 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-07 00:36:42 +0800 |
commit | d53d3becb37cdf8636307f770528f2b61e3400cf (patch) | |
tree | 269ff2876fa2767a7d92b28c12f160760ccf6753 /views/calendar | |
parent | ecaa93dbd7ed03505f97bf18d84f2f63f6767c35 (diff) | |
download | gsoc2013-evolution-d53d3becb37cdf8636307f770528f2b61e3400cf.tar.gz gsoc2013-evolution-d53d3becb37cdf8636307f770528f2b61e3400cf.tar.zst gsoc2013-evolution-d53d3becb37cdf8636307f770528f2b61e3400cf.zip |
use viewsdir
* */Makefile.am: use viewsdir
svn path=/trunk/; revision=19807
Diffstat (limited to 'views/calendar')
-rw-r--r-- | views/calendar/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/calendar/Makefile.am b/views/calendar/Makefile.am index 9e59ae726c..1bb6f67167 100644 --- a/views/calendar/Makefile.am +++ b/views/calendar/Makefile.am @@ -1,5 +1,5 @@ -defaultcalendardir = $(datadir)/evolution-$(BASE_VERSION)/views/calendar +calendarviewsdir = $(viewsdir)/calendar -defaultcalendar_DATA = galview.xml +calendarviews_DATA = galview.xml -EXTRA_DIST = $(defaultcalendar_DATA) +EXTRA_DIST = $(calendarviews_DATA) |