]> git.pld-linux.org Git - packages/evolution.git/blob - evolution-am.patch
- removed %%{_datadir}/gnome/ui dir from package; release 4
[packages/evolution.git] / evolution-am.patch
1 --- evolution-1.0.5/doc/devel/Makefile.am~      Tue Jul 31 10:45:42 2001
2 +++ evolution-1.0.5/doc/devel/Makefile.am       Sat May 18 12:40:29 2002
3 @@ -144,7 +144,7 @@
4         fi)
5  
6  #        echo '-- Installing $(srcdir)/html/index.sgml' ; \
7 -#        $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
8 +#        $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
9  
10  #
11  # Require gtk-doc when making dist
12 --- evolution-1.0.5/camel/Makefile.am~  Sun May 19 00:48:25 2002
13 +++ evolution-1.0.5/camel/Makefile.am   Sun May 19 00:51:00 2002
14 @@ -202,9 +202,10 @@
15  camel_lock_helper_SOURCES =                    \
16         camel-lock-helper.c                     \
17         camel-lock-helper.h                     \
18 -       camel-lock.c                            \
19 -       camel-lock.h
20 +       camel-lock.h
21  
22 +camel_lock_helper_LDADD = camel-lock.o
23 +                              
24  install-exec-hook:
25         @if test -n "$(CAMEL_LOCK_HELPER_USER)"; then \
26             if test `whoami` = root ; then \
This page took 0.036786 seconds and 3 git commands to generate.