diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-06-06 07:55:19 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-06-06 07:55:19 +0800 |
commit | 9635e17eeea8cb3d627a75d8a0b84efd2e07765e (patch) | |
tree | c2ea3b98aa838a9ecdc6bdf57a87f34687e77de8 /calendar/gui | |
parent | 1a84302b253c1d07ccaf44f25051916f8172dc89 (diff) | |
download | gsoc2013-evolution-9635e17eeea8cb3d627a75d8a0b84efd2e07765e.tar gsoc2013-evolution-9635e17eeea8cb3d627a75d8a0b84efd2e07765e.tar.gz gsoc2013-evolution-9635e17eeea8cb3d627a75d8a0b84efd2e07765e.tar.bz2 gsoc2013-evolution-9635e17eeea8cb3d627a75d8a0b84efd2e07765e.tar.lz gsoc2013-evolution-9635e17eeea8cb3d627a75d8a0b84efd2e07765e.tar.xz gsoc2013-evolution-9635e17eeea8cb3d627a75d8a0b84efd2e07765e.tar.zst gsoc2013-evolution-9635e17eeea8cb3d627a75d8a0b84efd2e07765e.zip |
Missing files - Federico
svn path=/trunk/; revision=250
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 480747a736..1d9f22a7f0 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -36,6 +36,7 @@ gnomecal_SOURCES = \ gnome-cal.c \ gnome-cal.h \ main.c \ + main.h \ popup-menu.c \ popup-menu.h \ prop.c \ @@ -46,23 +47,6 @@ gnomecal_SOURCES = \ views.h \ views.c - -#gncal_SOURCES = \ -# gncal.c \ -# gncal.h \ -# calcs.c \ -# calcs.h \ -# clist.c \ -# clist.h \ -# calendar.c \ -# calendar.h \ -# calobj.c \ -# calobj.h \ -# gncal-day-view.c \ -# gncal-day-view.h \ -# timeutil.c \ -# timeutil.h - LINK_FLAGS = \ $(GNOME_LIBDIR) \ $(GNOMEUI_LIBS) \ @@ -77,7 +61,9 @@ gnomecal_LDADD = $(LINK_FLAGS) EXTRA_DIST = \ gncal.desktop \ topic.dat \ - gnome-cal.html + gnome-cal.html \ + bell.xpm \ + recur.xpm Productivitydir = $(datadir)/apps/Productivity |