From 72f82d096c05dc97b26f9ca30093343161dc4444 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 11 Dec 2014 09:57:11 -0500 Subject: Fix some warnings in xsys - Remove unused code - Fix leak --- plugins/sysinfo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sysinfo/Makefile.am') diff --git a/plugins/sysinfo/Makefile.am b/plugins/sysinfo/Makefile.am index 0b8d7fad..3e7ef1aa 100644 --- a/plugins/sysinfo/Makefile.am +++ b/plugins/sysinfo/Makefile.am @@ -1,7 +1,7 @@ libdir = $(hexchatlibdir) lib_LTLIBRARIES = sysinfo.la -sysinfo_la_SOURCES = hwmon.c match.c parse.c pci.c xsys.c +sysinfo_la_SOURCES = match.c parse.c pci.c xsys.c sysinfo_la_LDFLAGS = -avoid-version -module sysinfo_la_LIBADD = -lpci AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common -- cgit 1.4.1