summaryrefslogtreecommitdiff
path: root/net/ethereal/patches/patch-aa
blob: 427888f47f1e04b76a988b3a79f129dd14dac67c (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-aa,v 1.7 2003/05/05 16:49:50 salo Exp $

--- plugins/artnet/Makefile.in.orig	2003-05-02 03:11:00.000000000 +0200
+++ plugins/artnet/Makefile.in	2003-05-05 17:58:52.000000000 +0200
@@ -180,7 +180,7 @@
 # add them here.
 LIBS = 
 
-artnet_la_DEPENDENCIES = packet-artnet-static.o
+@ENABLE_STATIC_TRUE@artnet_la_DEPENDENCIES = packet-artnet-static.o
 
 CLEANFILES = \
 	artnet \
@@ -445,8 +445,8 @@
 	uninstall-am uninstall-info-am uninstall-pluginLTLIBRARIES
 
 
-packet-artnet-static.o:	packet-artnet.c moduleinfo.h
-	$(LTCOMPILE) -c -o packet-artnet-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-artnet.c 
+@ENABLE_STATIC_TRUE@packet-artnet-static.o:	packet-artnet.c moduleinfo.h
+@ENABLE_STATIC_TRUE@	$(LTCOMPILE) -c -o packet-artnet-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-artnet.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: