diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-02-19 05:37:52 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-02-19 05:37:52 +0800 |
commit | 64e480b07851a56a65d391fa930b295e5c9a944b (patch) | |
tree | 4466f0eb4d4e5f4065f7144d27e1384a391e321d /calendar/gui | |
parent | c9d932d2395aa2281fba90ad4d02bfbea03b83e1 (diff) | |
download | gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.gz gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.bz2 gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.lz gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.xz gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.tar.zst gsoc2013-evolution-64e480b07851a56a65d391fa930b295e5c9a944b.zip |
Include `libsupport.a'.
* Makefile.am (gncal_LDADD): Include `libsupport.a'.
* calcs.c (month_atoi): Replace buggy explicit loop string compare
with strcasecmp.
(day_atoi): Likewise.
- Hari
svn path=/trunk/; revision=40
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 2f370712ca..2c11d28c13 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -11,7 +11,8 @@ gncal_SOURCES = \ calcs.h gncal_LDADD = \ - $(GNOMEUI_LIBS) + $(GNOMEUI_LIBS) \ + $(top_builddir)/support/libsupport.a EXTRA_DIST = \ gncal.desktop |