blob: 61fb6adde4521a810688978381aef6dab6cfb17c (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ae,v 1.1.1.1 2002/10/28 15:12:36 agc Exp $
--- libaqsistypes/posix/Makefile.am 2002/10/28 14:11:34 1.1
+++ libaqsistypes/posix/Makefile.am 2002/10/28 14:15:54
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libplatform.la
+lib_LTLIBRARIES = libplatform.la
libplatform_la_SOURCES = aqsis_compiler.h criticalsection.h semaphore.cpp semaphore.h share.h
libplatform_la_LDFLAGS = -rpath $(libdir) -static
|