]> git.pld-linux.org Git - packages/cpmredir.git/blob - cpmredir-shared.patch
- updated URLs and files, release 2
[packages/cpmredir.git] / cpmredir-shared.patch
1 --- cpmredir-1.1.1/lib/Makefile.am.orig 2001-07-07 14:49:16.000000000 +0200
2 +++ cpmredir-1.1.1/lib/Makefile.am      2003-08-16 16:42:13.584423648 +0200
3 @@ -2,7 +2,7 @@
4  
5  INCLUDES=-I$(top_srcdir)/include
6  
7 -lib_LIBRARIES=libcpmredir.a
8 -libcpmredir_a_SOURCES = cpmdrv.c   cpmint.h      cpmredir.c  util.c \
9 +lib_LTLIBRARIES=libcpmredir.la
10 +libcpmredir_la_SOURCES = cpmdrv.c   cpmint.h     cpmredir.c  util.c \
11                    cpmglob.c  cpmparse.c  drdos.c     xlt.c
12  
13 --- cpmredir-1.1.1/configure.in.orig    2003-03-28 21:09:14.000000000 +0100
14 +++ cpmredir-1.1.1/configure.in 2003-08-16 16:41:51.891721440 +0200
15 @@ -8,7 +8,7 @@
16  
17  dnl Checks for programs.
18  AC_PROG_CC
19 -AC_PROG_RANLIB
20 +AC_PROG_LIBTOOL
21  
22  dnl Checks for libraries.
23  
This page took 0.076056 seconds and 3 git commands to generate.