mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
Compilation fixes and integration with HexChat
This commit is contained in:
7
plugins/sysinfo/Makefile.am
Normal file
7
plugins/sysinfo/Makefile.am
Normal 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)/..
|
||||
Reference in New Issue
Block a user