diff options
author | nobody <nobody@localhost> | 1998-08-05 07:56:12 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1998-08-05 07:56:12 +0800 |
commit | 05dfb3cf4cf1b0c36287e022229e722024cd96fb (patch) | |
tree | f5136c736af4416ea990304d7741218ce61e9a75 /calendar/Makefile.am | |
parent | 6c3c0efea6680f8ea5d8108a48ced777d3c72536 (diff) | |
download | gsoc2013-evolution-0_25.tar gsoc2013-evolution-0_25.tar.gz gsoc2013-evolution-0_25.tar.bz2 gsoc2013-evolution-0_25.tar.lz gsoc2013-evolution-0_25.tar.xz gsoc2013-evolution-0_25.tar.zst gsoc2013-evolution-0_25.zip |
This commit was manufactured by cvs2svn to create tag 'V0_25'.V0_25
svn path=/tags/V0_25/; revision=300
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am deleted file mode 100644 index f2d62adf9d..0000000000 --- a/calendar/Makefile.am +++ /dev/null @@ -1,77 +0,0 @@ -SUBDIRS = versit gnomecard -help_base = $(datadir)/gnome/help/cal - -CFLAGS += -Wall - -INCLUDES = \ - -I$(includedir) \ - $(GNOME_INCLUDEDIR) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -I../../gcalendar - -bin_PROGRAMS = gnomecal - -gnomecal_SOURCES = \ - alarm.c \ - alarm.h \ - calendar.c \ - calendar.h \ - calobj.c \ - calobj.h \ - eventedit.c \ - eventedit.h \ - gncal-day-panel.c \ - gncal-day-panel.h \ - gncal-day-view.c \ - gncal-day-view.h \ - gncal-full-day.c \ - gncal-full-day.h \ - gncal-week-view.c \ - gncal-week-view.h \ - gncal-todo.c \ - gncal-todo.h \ - gncal-year-view.c \ - gncal-year-view.h \ - getdate.y \ - gnome-cal.c \ - gnome-cal.h \ - main.c \ - main.h \ - popup-menu.c \ - popup-menu.h \ - prop.c \ - timeutil.c \ - timeutil.h \ - view-utils.h \ - view-utils.c \ - views.h \ - views.c - -LINK_FLAGS = \ - $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) \ - $(INTLLIBS) versit/libversit.a - - -#gncal_LDADD = $(LINK_FLAGS) -#objedit_LDADD = $(LINK_FLAGS) - -gnomecal_LDADD = $(LINK_FLAGS) - -EXTRA_DIST = \ - gncal.desktop \ - topic.dat \ - gnome-cal.html \ - bell.xpm \ - recur.xpm - - -Productivitydir = $(datadir)/apps/Productivity - -Productivity_DATA = gncal.desktop - -install-data-local: - $(mkinstalldirs) $(help_base)/C - $(INSTALL_DATA) $(srcdir)/topic.dat $(help_base)/C/topic.dat - $(INSTALL_DATA) $(srcdir)/gnome-cal.html $(help_base)/C/gnome-cal.html - cd $(help_base)/C; ln -sf gnome-cal.html index.html |