]> git.pld-linux.org Git - packages/librsync.git/blob - librsync-am.patch
0b1e3fbdf4e50c2e1c7f2f2126bdcd69f54d0417
[packages/librsync.git] / librsync-am.patch
1 diff -urN librsync-0.9.5.1.org/Makefile.am librsync-0.9.5.1/Makefile.am
2 --- librsync-0.9.5.1.org/Makefile.am    Sat Mar 15 19:37:48 2003
3 +++ librsync-0.9.5.1/Makefile.am        Sat Mar 15 19:38:11 2003
4 @@ -17,12 +17,6 @@
5  # License along with this program; if not, write to the Free Software
6  # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
7  
8 -
9 -                             # Thus spake the master programmer:
10 -                             # 
11 -                             # ``When the program is being tested, it
12 -                             # is too late to make design changes.''
13 -
14  SUBDIRS = popt
15  
16  lib_LTLIBRARIES = librsync.la
17 @@ -137,7 +131,7 @@
18  
19  # This is the default for any programs that don't specify a
20  # preference.
21 -LDADD = librsync.la $(LIBOBJS)
22 +LDADD = librsync.la
23  
24  # Eventually we might want to install some of these into system
25  # directories, but they're pretty obscure and it's hard to imagine any
26 @@ -154,7 +148,6 @@
27  
28  isprefix_driver_SOURCES = isprefix.driver.c    \
29         isprefix.c isprefix.h
30 -isprefix_driver_LDADD = $(LIBOBJS)
31  
32  popt/libpopt.a:
33         (cd popt && $(MAKE) $(AM_MAKEFLAGS) libpopt.a)
34 diff -urN librsync-0.9.5.1.org/configure.in librsync-0.9.5.1/configure.in
35 --- librsync-0.9.5.1.org/configure.in   Sat Mar 15 19:37:48 2003
36 +++ librsync-0.9.5.1/configure.in       Sat Mar 15 19:37:55 2003
37 @@ -157,7 +157,7 @@
38  AC_SUBST(CC_SHOBJ_FLAG)
39  AC_SUBST(CCMALLOC_LIB)
40  AC_SUBST(net_libs)
41 -AC_SUBST(LIBOBJS)
42 +AC_LIBOBJ
43  AC_SUBST(LIBTOOL_DEPS)
44  AC_SUBST(BUILD_POPT)
45  
This page took 0.059284 seconds and 2 git commands to generate.