]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-build_tapetype.patch
- up to 2.4.3
[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 @@ -29,9 +29,9 @@
4  # routines, and second to pick up any references in the other libraries.
5  ###
6  
7 -tapetype_LDADD =       ../common-src/libamanda.$(LIB_EXTENSION) \
8 -                       libamtape.$(LIB_EXTENSION) \
9 -                       ../common-src/libamanda.$(LIB_EXTENSION)
10 +tapetype_LDADD =       ../common-src/libamanda.la \
11 +                       libamtape.la \
12 +                       ../common-src/libamanda.la
13  
14  ammt_LDADD =           ../common-src/libamanda.$(LIB_EXTENSION) \
15                         libamtape.$(LIB_EXTENSION) \
16 @@ -49,7 +49,7 @@
17  
18  TEST_PROGS =           amtapeio
19  
20 -EXTRA_PROGRAMS =       tapetype $(TEST_PROGS)
21 +sbin_PROGRAMS =        tapetype $(TEST_PROGS)
22  
23  CLEANFILES = *.test.c
24  
This page took 0.046633 seconds and 3 git commands to generate.