]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-build_tapetype.patch
- bah, senbackup patch is not needed for this version
[packages/amanda.git] / amanda-build_tapetype.patch
1 --- amanda-2.4.2p2/tape-src/Makefile.am~        Sat Feb  3 23:17:11 2001
2 +++ amanda-2.4.2p2/tape-src/Makefile.am Fri Jun  1 14:59:50 2001
3 @@ -18,7 +18,7 @@
4  
5  noinst_HEADERS =       tapeio.h
6  
7 -EXTRA_PROGRAMS =       tapetype
8 +sbin_PROGRAMS =        tapetype
9  
10  CLEANFILES = *.test.c
11  
12 @@ -29,9 +29,9 @@
13  # routines, and second to pick up any references in the other libraries.
14  ###
15  
16 -tapetype_LDADD =       ../common-src/libamanda.$(LIB_EXTENSION) \
17 -                       libamtape.$(LIB_EXTENSION) \
18 -                       ../common-src/libamanda.$(LIB_EXTENSION)
19 +tapetype_LDADD =       ../common-src/libamanda.la \
20 +                       libamtape.la \
21 +                       ../common-src/libamanda.la
22  
23  ## So that we can tell people to `cd tape-src && make tapetype':
24  ../common-src/libamanda.$(LIB_EXTENSION):
This page took 0.039817 seconds and 3 git commands to generate.