blob: 468df4740e1cf9adcd11e791752ce8fe6ed0995e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.2 2000/08/09 23:09:35 wiz Exp $
--- src/services/event/Makefile.in.orig Fri Aug 4 14:32:36 2000
+++ src/services/event/Makefile.in Fri Aug 4 14:32:45 2000
@@ -138,7 +138,7 @@
$(top_builddir)/src/IIOP/libIIOP.la \
$(top_builddir)/src/ORBitutil/libORBitutil.la \
@GLIB_LIBS@ \
- -lm
+ -lm -lwrap
event_consumer_SOURCES = event-consumer.c \
|