Compilation fixes and integration with HexChat

This commit is contained in:
Berke Viktor
2012-10-21 08:06:09 +02:00
parent bc57507a4c
commit 62c9375bc9
5 changed files with 40 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
libdir = $(hexchatlibdir)/plugins
lib_LTLIBRARIES = sysinfo.la
sysinfo_la_SOURCES = hwmon.c match.c parse.c pci.c xsys.c
sysinfo_la_LDFLAGS = -avoid-version -module
sysinfo_la_LIBADD = -lpci
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..