summary refs log tree commit diff stats
path: root/plugins/sysinfo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sysinfo/Makefile.am')
-rw-r--r--plugins/sysinfo/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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