12 lines
471 B
Text
12 lines
471 B
Text
--- amar-src/Makefile.in.orig 2009-01-27 14:01:04.000000000 +0900
|
|
+++ amar-src/Makefile.in 2009-01-27 14:01:36.000000000 +0900
|
|
@@ -856,7 +856,8 @@
|
|
AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS)
|
|
LINT = @AMLINT@
|
|
LINTFLAGS = @AMLINTFLAGS@
|
|
-amlib_LTLIBRARIES = libamar.la
|
|
+@WANT_SERVER_TRUE@amlib_LTLIBRARIES =
|
|
+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamar.la
|
|
libamar_la_SOURCES = amar.c
|
|
libamar_la_LDFLAGS = -release $(VERSION)
|
|
libamar_la_LIBADD = ../common-src/libamanda.la
|