mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04:00
8 lines
238 B
Makefile
8 lines
238 B
Makefile
|
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)/..
|