diff options
author | Craig Small <csmall@src.gnome.org> | 1998-03-12 07:29:16 +0800 |
---|---|---|
committer | Craig Small <csmall@src.gnome.org> | 1998-03-12 07:29:16 +0800 |
commit | bf52e68d687a9ea8966c6050146de627c4553ecb (patch) | |
tree | 267ca7689c2f769fda48eeaf74af788be882d802 /calendar/gui/Makefile.am | |
parent | 4b15a0fb97cf325af6b7a106ab9099d5b9addb94 (diff) | |
download | gsoc2013-evolution-bf52e68d687a9ea8966c6050146de627c4553ecb.tar gsoc2013-evolution-bf52e68d687a9ea8966c6050146de627c4553ecb.tar.gz gsoc2013-evolution-bf52e68d687a9ea8966c6050146de627c4553ecb.tar.bz2 gsoc2013-evolution-bf52e68d687a9ea8966c6050146de627c4553ecb.tar.lz gsoc2013-evolution-bf52e68d687a9ea8966c6050146de627c4553ecb.tar.xz gsoc2013-evolution-bf52e68d687a9ea8966c6050146de627c4553ecb.tar.zst gsoc2013-evolution-bf52e68d687a9ea8966c6050146de627c4553ecb.zip |
linked into gtkcalendar widget
svn path=/trunk/; revision=66
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 62d9d348ac..9cac22c259 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(includedir) \ - $(GNOME_INCLUDEDIR) + $(GNOME_INCLUDEDIR) \ + -I../../gcalendar bin_PROGRAMS = gncal @@ -13,7 +14,9 @@ gncal_SOURCES = \ gncal_LDADD = \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) \ - $(INTLLIBS) + $(INTLLIBS) \ + ../../gcalendar/gtkcalendar.o \ + ../../gcalendar/lib_date.o EXTRA_DIST = \ gncal.desktop |