From fc98a6d79d26da8094f70ee4bc3b3a32fcd9cc82 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 04:06:57 +0100 Subject: Remove hexchat-plugin.h duplicate --- plugins/tcl/Makefile.am | 2 +- plugins/tcl/tcl-xp.vcxproj | 4 ++-- plugins/tcl/tcl.vcxproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/tcl') diff --git a/plugins/tcl/Makefile.am b/plugins/tcl/Makefile.am index aaf1b698..24228ce8 100644 --- a/plugins/tcl/Makefile.am +++ b/plugins/tcl/Makefile.am @@ -7,4 +7,4 @@ lib_LTLIBRARIES = tcl.la tcl_la_SOURCES = tclplugin.c tcl_la_LDFLAGS = -avoid-version -module tcl_la_LIBADD = $(TCL_LIBS) -AM_CPPFLAGS = $(TCL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/.. +AM_CPPFLAGS = $(TCL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/../../src/common diff --git a/plugins/tcl/tcl-xp.vcxproj b/plugins/tcl/tcl-xp.vcxproj index c7313203..504f8216 100644 --- a/plugins/tcl/tcl-xp.vcxproj +++ b/plugins/tcl/tcl-xp.vcxproj @@ -72,7 +72,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true @@ -93,7 +93,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true diff --git a/plugins/tcl/tcl.vcxproj b/plugins/tcl/tcl.vcxproj index db5f1f0a..955f8736 100644 --- a/plugins/tcl/tcl.vcxproj +++ b/plugins/tcl/tcl.vcxproj @@ -69,7 +69,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true @@ -90,7 +90,7 @@ true true WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions) - $(TclPath)\include;..;%(AdditionalIncludeDirectories) + $(TclPath)\include;..\..\src\common;%(AdditionalIncludeDirectories) true -- cgit 1.4.1