diff options
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 2c11d28c13..4907494715 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -12,7 +12,8 @@ gncal_SOURCES = \ gncal_LDADD = \ $(GNOMEUI_LIBS) \ - $(top_builddir)/support/libsupport.a + $(top_builddir)/support/libsupport.a \ + $(INTLLIBS) EXTRA_DIST = \ gncal.desktop |