aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-06-06 07:55:19 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-06-06 07:55:19 +0800
commit9635e17eeea8cb3d627a75d8a0b84efd2e07765e (patch)
treec2ea3b98aa838a9ecdc6bdf57a87f34687e77de8
parent1a84302b253c1d07ccaf44f25051916f8172dc89 (diff)
downloadgsoc2013-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
-rw-r--r--calendar/Makefile.am22
-rw-r--r--calendar/gui/Makefile.am22
-rw-r--r--libversit/Makefile.am1
3 files changed, 9 insertions, 36 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 480747a736..1d9f22a7f0 100644
--- a/calendar/Makefile.am
+++ b/calendar/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
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
diff --git a/libversit/Makefile.am b/libversit/Makefile.am
index 57c733bbb1..05de8da370 100644
--- a/libversit/Makefile.am
+++ b/libversit/Makefile.am
@@ -3,6 +3,7 @@ lib_LIBRARIES = libversit.a
libversit_a_SOURCES = \
vcc.y \
+ vcc.h \
vobject.c \
vobject.h \
port.h \