pkgsrc/sysutils/open-vm-tools/patches/patch-lib_vmCheck_Makefile.am
joerg fde17e4e92 The libvmCheck functionality is needed inside libguestlib, so make it
and the required libvmSignal a convience library. Sort out users.
Bump revision.
2013-04-01 12:25:16 +00:00

14 lines
522 B
Text

$NetBSD: patch-lib_vmCheck_Makefile.am,v 1.1 2013/04/01 12:25:17 joerg Exp $
--- lib/vmCheck/Makefile.am.orig 2008-08-08 07:01:50.000000000 +0000
+++ lib/vmCheck/Makefile.am
@@ -15,7 +15,6 @@
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
################################################################################
-noinst_LIBRARIES = libVmCheck.a
+noinst_LTLIBRARIES = libVmCheck.la
-libVmCheck_a_SOURCES =
-libVmCheck_a_SOURCES += vmcheck.c
+libVmCheck_la_SOURCES = vmcheck.c