summary refs log tree commit diff stats
path: root/plugins/sysinfo/Makefile.am
blob: 0b8d7fad805933deceffc12d089f83c752b45de3 (plain) (blame)
1
2
3
4
5
6
7
libdir = $(hexchatlibdir)

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)/../../src/common