From 5371e8ec88ffed33480c1aebb4a16e822331b0b1 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Mon, 31 Mar 2014 10:57:22 +0200 Subject: [PATCH] openbsd: drop empty EXTRA_SYSDEPS_LIBS. https://bugzilla.gnome.org/show_bug.cgi?id=727375 --- sysdeps/openbsd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/openbsd/Makefile.am b/sysdeps/openbsd/Makefile.am index 0c9f5278..25ba60ff 100644 --- a/sysdeps/openbsd/Makefile.am +++ b/sysdeps/openbsd/Makefile.am @@ -10,7 +10,7 @@ libgtop_sysdeps_2_0_la_SOURCES = nosuid.c siglist.c sysinfo.c \ libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) -libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) $(EXTRA_SYSDEPS_LIBS) +libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) libgtop_sysdeps_suid_2_0_la_SOURCES = suid_open.c close.c swap.c \ proclist.c procstate.c procuid.c \ proctime.c procmem.c procsignal.c \