From 769caa07899fa82976959ea61244d3d5afda3be9 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 20 Nov 2002 19:44:16 +0000 Subject: [PATCH] Fixed libsrc_dir variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/stc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/stc/Makefile.in b/contrib/src/stc/Makefile.in index 7203ecc582..042da17f87 100644 --- a/contrib/src/stc/Makefile.in +++ b/contrib/src/stc/Makefile.in @@ -9,7 +9,7 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../../.. scintilla_dir = $(top_srcdir)/contrib/src/stc/scintilla -libsrc_dir = contrib/src/stc/$(scintilla_dir)/src +libsrc_dir = contrib/src/stc/scintilla/src:$(top_srcdir)/contrib/src/stc TARGET_LIBNAME=lib@WX_LIBRARY_BASENAME@_stc-@WX_RELEASE@