summary refs log blame commit diff stats
path: root/plugins/sysinfo/Makefile.am
blob: 3db3947098a6afdbeffd2a703c709cf4c3ed0faf (plain) (tree)
1
2
3
4
5
6
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)/..
n>); char get_nick_prefix (server *serv, unsigned int access); unsigned int nick_access (server *serv, char *nick, int *modechars); int mode_access (server *serv, char mode, char *prefix); void inbound_005 (server *serv, char *word[]); void handle_mode (server *serv, char *word[], char *word_eol[], char *nick, int numeric_324); void send_channel_modes (session *sess, char *tbuf, char *word[], int start, int end, char sign, char mode, int modes_per_line); #endif