blob: 2a9192627386059b6c506239140a83ef5c75076a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-af,v 1.1 2003/05/05 16:49:53 salo Exp $
--- plugins/mgcp/Makefile.in.orig 2003-05-02 03:11:01.000000000 +0200
+++ plugins/mgcp/Makefile.in 2003-05-05 18:13:20.000000000 +0200
@@ -180,7 +180,7 @@
# add them here.
LIBS =
-mgcp_la_DEPENDENCIES = packet-mgcp-static.o
+@ENABLE_STATIC_TRUE@mgcp_la_DEPENDENCIES = packet-mgcp-static.o
CLEANFILES = \
mgcp \
@@ -445,8 +445,8 @@
uninstall-am uninstall-info-am uninstall-pluginLTLIBRARIES
-packet-mgcp-static.o: packet-mgcp.c moduleinfo.h
- $(LTCOMPILE) -c -o packet-mgcp-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-mgcp.c
+@ENABLE_STATIC_TRUE@packet-mgcp-static.o: packet-mgcp.c moduleinfo.h
+@ENABLE_STATIC_TRUE@ $(LTCOMPILE) -c -o packet-mgcp-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-mgcp.c
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|