mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-15 05:45:00 -05:00
72f82d096c
- Remove unused code - Fix leak
8 lines
236 B
Makefile
8 lines
236 B
Makefile
libdir = $(hexchatlibdir)
|
|
|
|
lib_LTLIBRARIES = sysinfo.la
|
|
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
|