diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 04:06:57 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 04:07:33 +0100 |
commit | fc98a6d79d26da8094f70ee4bc3b3a32fcd9cc82 (patch) | |
tree | 38bc36da64def61b4798de82c20a0e03ebcb3170 /plugins/sysinfo/Makefile.am | |
parent | c73c9b4b31c15fe6e6743a53c2a2d1a2d6a10324 (diff) |
Remove hexchat-plugin.h duplicate
Diffstat (limited to 'plugins/sysinfo/Makefile.am')
-rw-r--r-- | plugins/sysinfo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sysinfo/Makefile.am b/plugins/sysinfo/Makefile.am index 3db39470..c37b0d84 100644 --- a/plugins/sysinfo/Makefile.am +++ b/plugins/sysinfo/Makefile.am @@ -4,4 +4,4 @@ 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)/.. +AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common |