16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
$NetBSD: patch-lib-src_sbsms_src-extra_Makefile.am,v 1.1 2015/09/18 21:19:07 mrg Exp $
|
|
|
|
don't build a shared library of this.
|
|
|
|
--- lib-src/sbsms/src/Makefile.am.orig 2015-03-01 17:07:04.000000000 -0800
|
|
+++ lib-src/sbsms/src/Makefile.am 2015-09-18 11:29:19.000000000 -0700
|
|
@@ -3,7 +3,7 @@
|
|
libsbsmsincludedir = $(includedir)
|
|
libsbsmsinclude_HEADERS = ../include/sbsms.h
|
|
|
|
-lib_LTLIBRARIES = libsbsms.la
|
|
+noinst_LTLIBRARIES = libsbsms.la
|
|
libsbsms_la_SOURCES = \
|
|
sms.cpp \
|
|
track.cpp \
|