]> git.pld-linux.org Git - packages/librsync.git/blame - librsync-am.patch
- 0.9.6
[packages/librsync.git] / librsync-am.patch
CommitLineData
15b858aa
AM
1diff -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
99046a07 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
15b858aa
AM
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)
34diff -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
611e70e3 37@@ -157,7 +157,7 @@
38 AC_SUBST(CC_SHOBJ_FLAG)
39 AC_SUBST(CCMALLOC_LIB)
40 AC_SUBST(net_libs)
611e70e3 41-AC_SUBST(LIBOBJS)
15b858aa 42+AC_LIBOBJ
611e70e3 43 AC_SUBST(LIBTOOL_DEPS)
44 AC_SUBST(BUILD_POPT)
45
This page took 0.028875 seconds and 4 git commands to generate.