diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 08:06:09 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 08:06:09 +0200 |
commit | 62c9375bc9e3d4b9cc8abd5fc1c4cccb621382b5 (patch) | |
tree | ffea1b7187742835ff5a45626d1878c5ffbdf6fe /plugins/sysinfo/Makefile.am | |
parent | bc57507a4ceee92050a5eb8ac17dfd8b5d264b7a (diff) |
Compilation fixes and integration with HexChat
Diffstat (limited to 'plugins/sysinfo/Makefile.am')
-rw-r--r-- | plugins/sysinfo/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/sysinfo/Makefile.am b/plugins/sysinfo/Makefile.am new file mode 100644 index 00000000..3db39470 --- /dev/null +++ b/plugins/sysinfo/Makefile.am @@ -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)/.. |