mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
21 lines
595 B
Plaintext
21 lines
595 B
Plaintext
$NetBSD: patch-recover-src_Makefile.am,v 1.1 2012/07/30 07:21:11 sbd Exp $
|
|
|
|
Link with installed librarys from amanda-common.
|
|
|
|
--- recover-src/Makefile.am.orig 2012-02-21 11:36:45.000000000 +0000
|
|
+++ recover-src/Makefile.am
|
|
@@ -25,11 +25,11 @@ sbin_PROGRAMS = amrecover
|
|
# routines, and second to pick up any references in the other libraries.
|
|
###
|
|
|
|
-LDADD = ../common-src/libamanda.la \
|
|
+LDADD = -lamanda \
|
|
@LEXLIB@ \
|
|
$(READLINE_LIBS) \
|
|
../client-src/libamclient.la \
|
|
- ../common-src/libamanda.la
|
|
+ -lamanda
|
|
|
|
amrecover_CSRC = amrecover.c \
|
|
display_commands.c extract_list.c \
|