summary refs log tree commit diff stats
path: root/plugins/checksum/Makefile.am
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 04:06:57 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 04:07:33 +0100
commitfc98a6d79d26da8094f70ee4bc3b3a32fcd9cc82 (patch)
tree38bc36da64def61b4798de82c20a0e03ebcb3170 /plugins/checksum/Makefile.am
parentc73c9b4b31c15fe6e6743a53c2a2d1a2d6a10324 (diff)
Remove hexchat-plugin.h duplicate
Diffstat (limited to 'plugins/checksum/Makefile.am')
-rw-r--r--plugins/checksum/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/checksum/Makefile.am b/plugins/checksum/Makefile.am
index 6e6904a4..b834327e 100644
--- a/plugins/checksum/Makefile.am
+++ b/plugins/checksum/Makefile.am
@@ -4,4 +4,4 @@ lib_LTLIBRARIES = checksum.la
 checksum_la_SOURCES = checksum.c
 checksum_la_LDFLAGS = -avoid-version -module 
 checksum_la_LIBADD = 
-AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..
+AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/../../src/common