diff options
author | TingPing <tingping@tingping.se> | 2014-12-11 09:57:11 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-11 10:05:05 -0500 |
commit | 72f82d096c05dc97b26f9ca30093343161dc4444 (patch) | |
tree | d81d596e0843823808d8f63c116a789c61965384 /plugins/sysinfo/Makefile.am | |
parent | 74ff67acd3a51253c4941bc7322af346d408f47b (diff) |
Fix some warnings in xsys
- Remove unused code - Fix leak
Diffstat (limited to 'plugins/sysinfo/Makefile.am')
-rw-r--r-- | plugins/sysinfo/Makefile.am | 2 |
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 |