aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorrhlabs <rhlabs@localhost>1998-02-27 13:20:11 +0800
committerrhlabs <rhlabs@localhost>1998-02-27 13:20:11 +0800
commitdcca0a05a9f27eb3473b8658a64465d39e926a14 (patch)
tree2268cc07f98ecc61ac41122a11aa756704c4d6dd /calendar/Makefile.am
parent1353f7fde6d54630507606fd33d45b00ecdd5616 (diff)
downloadgsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.gz
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.bz2
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.lz
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.xz
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.tar.zst
gsoc2013-evolution-dcca0a05a9f27eb3473b8658a64465d39e926a14.zip
Added $(GNOME_LIBDIR) to some Makefile.am files.
-Marc svn path=/trunk/; revision=53
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 4907494715..0ec00fc614 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -11,6 +11,7 @@ gncal_SOURCES = \
calcs.h
gncal_LDADD = \
+ $(GNOME_LIBDIR) \
$(GNOMEUI_LIBS) \
$(top_builddir)/support/libsupport.a \
$(INTLLIBS)