13 lines
846 B
Plaintext
13 lines
846 B
Plaintext
$OpenBSD: patch-src_lib_howl_Makefile_in,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
|
|
--- src/lib/howl/Makefile.in.orig Mon Nov 22 19:13:02 2004
|
|
+++ src/lib/howl/Makefile.in Thu Jan 20 19:41:08 2005
|
|
@@ -101,7 +101,7 @@ DIST_SUBDIRS = MacOSX Posix Win32 NotOSX
|
|
sources_h = buffer_i.h channel_i.h interface_i.h ior.h message_i.h object_i.h orb_i.h profile.h discovery_i.h salt_i.h signal_i.h socket_i.h text_record_i.h time_i.h tlist.h mdns_stub.h
|
|
sources_c = address.c buffer.c channel.c debug.c interface.c ior.c message.c object.c orb.c platform.c profile.c discovery.c salt.c signal.c socket.c text_record.c time.c
|
|
INCLUDES = -I$(top_srcdir)/include/ -I../
|
|
-CFLAGS = -DHOWL_KERNEL
|
|
+CFLAGS += -DHOWL_KERNEL
|
|
lib_LTLIBRARIES = libhowl.la
|
|
libhowl_la_SOURCES = $(sources_h) $(sources_c)
|
|
libhowl_la_LDFLAGS = -version-info $(HOWL_LIBRARY_VERSION)
|