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

                            
                                                 

                                           
                                                           
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