mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
451 B
Plaintext
14 lines
451 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2002/07/17 11:06:50 skrll Exp $
|
|
|
|
--- kstartperf/Makefile.am.orig Mon Jul 15 17:45:49 2002
|
|
+++ kstartperf/Makefile.am
|
|
@@ -2,7 +2,7 @@
|
|
|
|
lib_LTLIBRARIES = libkstartperf.la
|
|
libkstartperf_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined
|
|
-# libkstartperf_la_LIBADD = ../libltdl/libltdlc.la
|
|
+libkstartperf_la_LIBADD = ../libltdl/libltdlc.la
|
|
libkstartperf_la_SOURCES = libkstartperf.c
|
|
|
|
bin_PROGRAMS = kstartperf
|