diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-24 05:19:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-24 05:19:41 +0800 |
commit | 4a9702f99b3b02b2e9982e12dea455014e42ae12 (patch) | |
tree | 90280f7ef9cb4c713d910cf333f8c64e386c57f9 /calendar/Makefile.am | |
parent | ec0989066db214d2327fbba012e085e4e0099f65 (diff) | |
download | gsoc2013-evolution-4a9702f99b3b02b2e9982e12dea455014e42ae12.tar gsoc2013-evolution-4a9702f99b3b02b2e9982e12dea455014e42ae12.tar.gz gsoc2013-evolution-4a9702f99b3b02b2e9982e12dea455014e42ae12.tar.bz2 gsoc2013-evolution-4a9702f99b3b02b2e9982e12dea455014e42ae12.tar.lz gsoc2013-evolution-4a9702f99b3b02b2e9982e12dea455014e42ae12.tar.xz gsoc2013-evolution-4a9702f99b3b02b2e9982e12dea455014e42ae12.tar.zst gsoc2013-evolution-4a9702f99b3b02b2e9982e12dea455014e42ae12.zip |
Include gnome.h for gettext purposes
2000-08-23 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view-time-item.c: Include gnome.h for gettext purposes
* gui/gnome-cal.c: ditto
* gui/prop.c: #if out some alarm stuff
svn path=/trunk/; revision=4988
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 82accbfda5..eabf812a90 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,2 +1,3 @@ -SUBDIRS = idl cal-util pcs cal-client +#SUBDIRS = idl cal-util pcs cal-client #SUBDIRS = idl cal-util pcs cal-client gui conduits +SUBDIRS = idl cal-util pcs cal-client gui |