24 lines
783 B
Plaintext
24 lines
783 B
Plaintext
$NetBSD: patch-ab,v 1.2 2011/10/04 18:15:30 bsiegert Exp $
|
|
|
|
--- src/Makefile.am.orig 2009-09-29 13:41:49.000000000 +0000
|
|
+++ src/Makefile.am
|
|
@@ -3,14 +3,14 @@ SUBDIRS=atomic_ops
|
|
AM_CFLAGS=@PICFLAG@
|
|
|
|
include_HEADERS=atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h
|
|
-lib_LIBRARIES = libatomic_ops.a libatomic_ops_gpl.a
|
|
+lib_LTLIBRARIES = libatomic_ops.la libatomic_ops_gpl.la
|
|
if NEED_ASM
|
|
-libatomic_ops_a_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
|
|
+libatomic_ops_la_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
|
|
else
|
|
-libatomic_ops_a_SOURCES = atomic_ops.c
|
|
+libatomic_ops_la_SOURCES = atomic_ops.c
|
|
endif
|
|
|
|
-libatomic_ops_gpl_a_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
|
|
+libatomic_ops_gpl_la_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
|
|
|
|
EXTRA_DIST=Makefile.msft
|
|
|