aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@src.gnome.org>1999-12-05 03:05:12 +0800
committerEskil Heyn Olsen <eskil@src.gnome.org>1999-12-05 03:05:12 +0800
commit45c9092c617bf18b4f060c7ef5972dc1cb4e097f (patch)
tree4a12ef457a7e20a821d452c4d220b4dd5b0baafc
parentab627d51c280c2202578e67c38e9947f525f33e6 (diff)
downloadgsoc2013-evolution-45c9092c617bf18b4f060c7ef5972dc1cb4e097f.tar
gsoc2013-evolution-45c9092c617bf18b4f060c7ef5972dc1cb4e097f.tar.gz
gsoc2013-evolution-45c9092c617bf18b4f060c7ef5972dc1cb4e097f.tar.bz2
gsoc2013-evolution-45c9092c617bf18b4f060c7ef5972dc1cb4e097f.tar.lz
gsoc2013-evolution-45c9092c617bf18b4f060c7ef5972dc1cb4e097f.tar.xz
gsoc2013-evolution-45c9092c617bf18b4f060c7ef5972dc1cb4e097f.tar.zst
gsoc2013-evolution-45c9092c617bf18b4f060c7ef5972dc1cb4e097f.zip
Removed intl
* Makefile.am (SUBDIRS): Removed intl * configure.in: uses AM_GNOME_GETTEXT instead of AM_GNU_GETTEXT, version = 1.1.2. * gncal/Makefile.am & gnomecard/Makefile.am: added missing stuff to SOURCES and EXTRA_DIST. svn path=/trunk/; revision=1461
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/Makefile.am2
-rw-r--r--calendar/gui/Makefile.am2
3 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f36cbe7ced..1c1591d9fb 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+1999-12-04 Eskil Heyn Olsen <deity@eskil.dk>
+
+ * Makefile.am (EXTRA_DIST): Added .desktop files to EXTRA_DIST.
+
1999-10-12 Clifford R. Conover <rusty@zootweb.com>
* gncal-todo.c Todo List improvements.
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index dd2a5e16b4..7deda55a9c 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -200,6 +200,8 @@ endif
EXTRA_DIST = \
gncal.desktop \
+ calendar-conduit-control-applet.desktop \
+ todo-conduit-control-applet.desktop \
bell.xpm \
recur.xpm \
$(idl_DATA) \
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index dd2a5e16b4..7deda55a9c 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -200,6 +200,8 @@ endif
EXTRA_DIST = \
gncal.desktop \
+ calendar-conduit-control-applet.desktop \
+ todo-conduit-control-applet.desktop \
bell.xpm \
recur.xpm \
$(idl_DATA) \